We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 044705a commit 88e19f3Copy full SHA for 88e19f3
README.md
@@ -9,7 +9,7 @@ The annotations are published on [Maven Central](http://repo1.maven.org/maven2/o
9
using gradle write the following in the `build.gradle` file:
10
```
11
dependencies {
12
- compileOnly 'org.jetbrains:annotations:18.0.0'
+ compileOnly 'org.jetbrains:annotations:19.0.0'
13
}
14
15
@@ -18,7 +18,7 @@ To add a dependency using Maven write the following in `pom.xml`:
18
<dependency>
19
<groupId>org.jetbrains</groupId>
20
<artifactId>annotations</artifactId>
21
- <version>18.0.0</version>
+ <version>19.0.0</version>
22
</dependency>
23
24
0 commit comments