We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1551bd5 commit 3ae84a9Copy full SHA for 3ae84a9
buildSrc/src/main/kotlin/Dependencies.kt
@@ -19,7 +19,7 @@ object UtilLibs {
19
20
object Version {
21
22
- const val jetbrainsAnnotations = "24.1.0"
+ const val jetbrainsAnnotations = "26.0.2"
23
}
24
25
const val jetbrainsAnnotations = "org.jetbrains:annotations:${Version.jetbrainsAnnotations}"
0 commit comments