Skip to content

Commit 88e19f3

Browse files
committed
Version 19.0.0
1 parent 044705a commit 88e19f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The annotations are published on [Maven Central](http://repo1.maven.org/maven2/o
99
using gradle write the following in the `build.gradle` file:
1010
```
1111
dependencies {
12-
compileOnly 'org.jetbrains:annotations:18.0.0'
12+
compileOnly 'org.jetbrains:annotations:19.0.0'
1313
}
1414
1515
```
@@ -18,7 +18,7 @@ To add a dependency using Maven write the following in `pom.xml`:
1818
<dependency>
1919
<groupId>org.jetbrains</groupId>
2020
<artifactId>annotations</artifactId>
21-
<version>18.0.0</version>
21+
<version>19.0.0</version>
2222
</dependency>
2323
```
2424

0 commit comments

Comments
 (0)