File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ using gradle write the following in the
1717` build.gradle ` file (Groovy DSL)
1818```
1919dependencies {
20- compileOnly 'org.jetbrains:annotations:24.0.1 '
20+ compileOnly 'org.jetbrains:annotations:24.1.0 '
2121}
2222
2323```
2424
2525or in the ` build.gradle.kts ` file (Kotlin DSL)
2626```
2727dependencies {
28- compileOnly("org.jetbrains:annotations:24.0.1 ")
28+ compileOnly("org.jetbrains:annotations:24.1.0 ")
2929}
3030
3131```
@@ -34,7 +34,7 @@ To add a dependency using Maven, write the following in `pom.xml`:
3434<dependency >
3535 <groupId >org.jetbrains</groupId >
3636 <artifactId >annotations</artifactId >
37- <version >24.0.1 </version >
37+ <version >24.1.0 </version >
3838 <scope >provided</scope >
3939</dependency >
4040```
You can’t perform that action at this time.
0 commit comments