Skip to content

Commit 3ae84a9

Browse files
fix(deps): update dependency org.jetbrains:annotations to v26
1 parent 1551bd5 commit 3ae84a9

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 = "24.1.0"
22+
const val jetbrainsAnnotations = "26.0.2"
2323
}
2424

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

0 commit comments

Comments
 (0)