We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4462955 commit 3a78554Copy full SHA for 3a78554
build.gradle.kts
@@ -19,11 +19,11 @@ repositories {
19
}
20
21
dependencies {
22
- compileOnly("org.jetbrains:annotations:16.0.2")
+ compileOnly("org.jetbrains:annotations:22.0.0")
23
compileOnly("org.spigotmc:spigot-api:1.18.1-R0.1-SNAPSHOT")
24
25
- implementation("com.github.TECHNOVE:Flare:2c4a2114a0")
26
- implementation("com.github.oshi:oshi-core:5.8.6")
+ implementation("com.github.TECHNOVE:Flare:34637f3f87")
+ implementation("com.github.oshi:oshi-core:6.1.2")
27
28
29
bukkit {
0 commit comments