We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebba4d8 commit 1c68cd3Copy full SHA for 1c68cd3
README.md
@@ -16,7 +16,7 @@ The annotations are published on [Maven Central](https://repo1.maven.org/maven2/
16
using gradle write the following in the `build.gradle` file:
17
```
18
dependencies {
19
- compileOnly 'org.jetbrains:annotations:20.1.0'
+ compileOnly 'org.jetbrains:annotations:21.0.0'
20
}
21
22
@@ -25,7 +25,7 @@ To add a dependency using Maven, write the following in `pom.xml`:
25
<dependency>
26
<groupId>org.jetbrains</groupId>
27
<artifactId>annotations</artifactId>
28
- <version>20.1.0</version>
+ <version>21.0.0</version>
29
<scope>provided</scope>
30
</dependency>
31
0 commit comments