Skip to content

Commit a370217

Browse files
Update dependency org.jetbrains:annotations to v26.0.2-1
1 parent 962eb62 commit a370217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repositories {
2222

2323
dependencies {
2424
compileOnly("org.jspecify:jspecify:1.0.0")
25-
compileOnly("org.jetbrains:annotations:26.0.2")
25+
compileOnly("org.jetbrains:annotations:26.0.2-1")
2626

2727
testImplementation(platform("org.junit:junit-bom:5.13.4"))
2828
testImplementation("org.junit.jupiter:junit-jupiter")

0 commit comments

Comments
 (0)