Skip to content

Commit b78d865

Browse files
committed
README.md updated to version 16.0.3
1 parent 4345afc commit b78d865

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 `build.gradle` file:
1010
```
1111
dependencies {
12-
compile 'org.jetbrains:annotations:16.0.2'
12+
compile 'org.jetbrains:annotations:16.0.3'
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>16.0.2</version>
21+
<version>16.0.3</version>
2222
</dependency>
2323
```
2424

0 commit comments

Comments
 (0)