Skip to content

Commit 1b0588c

Browse files
authored
GH-141 Bump org.jetbrains:annotations from 26.0.2 to 26.0.2-1
2 parents 12b1e8c + 2dcc724 commit 1b0588c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

playtime-api/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dependencies {
2-
compileOnly("org.jetbrains:annotations:26.0.2")
2+
compileOnly("org.jetbrains:annotations:26.0.2-1")
33

44
testImplementation("org.junit.jupiter:junit-jupiter:6.0.1")
55
testImplementation("org.assertj:assertj-core:3.25.2")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies {
22
api(project(":playtime-api"))
33

4-
compileOnly("org.jetbrains:annotations:26.0.2")
4+
compileOnly("org.jetbrains:annotations:26.0.2-1")
55
compileOnly("org.spigotmc:spigot-api:1.21.10-R0.1-SNAPSHOT")
66
}

playtime-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
dependencies {
9-
compileOnly("org.jetbrains:annotations:26.0.2")
9+
compileOnly("org.jetbrains:annotations:26.0.2-1")
1010
compileOnly("org.spigotmc:spigot-api:1.21.10-R0.1-SNAPSHOT")
1111

1212
implementation(project(":playtime-core"))

0 commit comments

Comments
 (0)