Skip to content

Commit

Permalink
Version 21.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amaembo committed May 21, 2021
1 parent ebba4d8 commit 1c68cd3
Showing 1 changed file with 2 additions and 2 deletions.
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:20.1.0'
compileOnly 'org.jetbrains:annotations:21.0.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>20.1.0</version>
<version>21.0.0</version>
<scope>provided</scope>
</dependency>
```
Expand Down

0 comments on commit 1c68cd3

Please sign in to comment.