Skip to content

Commit 1c68cd3

Browse files
committed
Version 21.0.0
1 parent ebba4d8 commit 1c68cd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The annotations are published on [Maven Central](https://repo1.maven.org/maven2/
1616
using gradle write the following in the `build.gradle` file:
1717
```
1818
dependencies {
19-
compileOnly 'org.jetbrains:annotations:20.1.0'
19+
compileOnly 'org.jetbrains:annotations:21.0.0'
2020
}
2121
2222
```
@@ -25,7 +25,7 @@ To add a dependency using Maven, write the following in `pom.xml`:
2525
<dependency>
2626
<groupId>org.jetbrains</groupId>
2727
<artifactId>annotations</artifactId>
28-
<version>20.1.0</version>
28+
<version>21.0.0</version>
2929
<scope>provided</scope>
3030
</dependency>
3131
```

0 commit comments

Comments
 (0)