Skip to content

Commit 84bce20

Browse files
authored
Merge pull request #130 from zero88/renovate/major-utillibs.version.jetbrainsannotations
fix(deps): update dependency org.jetbrains:annotations to v24
2 parents eb46340 + 1ee20af commit 84bce20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/Dependencies.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ object UtilLibs {
1919

2020
object Version {
2121

22-
const val jetbrainsAnnotations = "20.1.0"
22+
const val jetbrainsAnnotations = "24.1.0"
2323
}
2424

2525
const val jetbrainsAnnotations = "org.jetbrains:annotations:${Version.jetbrainsAnnotations}"

0 commit comments

Comments
 (0)