Skip to content

Commit 3a78554

Browse files
committed
Update dependencies
1 parent 4462955 commit 3a78554

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ repositories {
1919
}
2020

2121
dependencies {
22-
compileOnly("org.jetbrains:annotations:16.0.2")
22+
compileOnly("org.jetbrains:annotations:22.0.0")
2323
compileOnly("org.spigotmc:spigot-api:1.18.1-R0.1-SNAPSHOT")
2424

25-
implementation("com.github.TECHNOVE:Flare:2c4a2114a0")
26-
implementation("com.github.oshi:oshi-core:5.8.6")
25+
implementation("com.github.TECHNOVE:Flare:34637f3f87")
26+
implementation("com.github.oshi:oshi-core:6.1.2")
2727
}
2828

2929
bukkit {

0 commit comments

Comments
 (0)