We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56c0dfe commit 922d7f8Copy full SHA for 922d7f8
build.gradle.kts
@@ -28,7 +28,7 @@ repositories {
28
29
dependencies {
30
compileOnly("org.spigotmc:spigot-api:1.16.5-R0.1-SNAPSHOT")
31
- implementation("org.jetbrains.kotlin:kotlin-stdlib:1.9.22")
+ implementation("org.jetbrains.kotlin:kotlin-stdlib:1.9.23")
32
}
33
34
tasks.getByName<ProcessResources>("processResources") {
0 commit comments