Skip to content

Commit

Permalink
version 23.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chashnikov committed Dec 8, 2022
1 parent d4b23e8 commit 172f606
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
===

Version 23.1.0
---
* Added new annotation: `@ApiStatus.Obsolete`.

Version 23.0.0
---
* Added new annotations: `@BlockingExecutor` and `@NonBlockingExecutor`.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The annotations are published on [Maven Central](https://repo1.maven.org/maven2/
using gradle write the following in the `build.gradle` file:
```
dependencies {
compileOnly 'org.jetbrains:annotations:23.0.0'
compileOnly 'org.jetbrains:annotations:23.1.0'
}
```
Expand All @@ -25,7 +25,7 @@ To add a dependency using Maven, write the following in `pom.xml`:
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>23.0.0</version>
<version>23.1.0</version>
<scope>provided</scope>
</dependency>
```
Expand Down

0 comments on commit 172f606

Please sign in to comment.