File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
eternalcode-commons-bukkit
eternalcode-commons-folia
eternalcode-commons-updater Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
12
12
compileOnly(" org.spigotmc:spigot-api:1.19.4-R0.1-SNAPSHOT" )
13
13
testImplementation(" org.spigotmc:spigot-api:1.19.4-R0.1-SNAPSHOT" )
14
14
15
- api(" org.jetbrains:annotations:24.1.0 " )
15
+ api(" org.jetbrains:annotations:26.0.2-1 " )
16
16
}
17
17
18
18
tasks.test {
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
12
12
13
13
compileOnly(" dev.folia:folia-api:1.20.1-R0.1-SNAPSHOT" )
14
14
15
- api(" org.jetbrains:annotations:24.1.0 " )
15
+ api(" org.jetbrains:annotations:26.0.2-1 " )
16
16
}
17
17
18
18
tasks.test {
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ dependencies {
14
14
api(" com.google.code.gson:gson:2.13.2" )
15
15
api(project(" :eternalcode-commons-shared" ))
16
16
17
- api(" org.jetbrains:annotations:24.1.0 " )
17
+ api(" org.jetbrains:annotations:26.0.2-1 " )
18
18
}
You can’t perform that action at this time.
0 commit comments