You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ The annotations are published on [Maven Central](https://repo1.maven.org/maven2/
16
16
using gradle write the following in the `build.gradle` file:
17
17
```
18
18
dependencies {
19
-
compileOnly 'org.jetbrains:annotations:23.1.0'
19
+
compileOnly 'org.jetbrains:annotations:24.0.0'
20
20
}
21
21
22
22
```
@@ -25,7 +25,7 @@ To add a dependency using Maven, write the following in `pom.xml`:
0 commit comments