Skip to content

Commit 922d7f8

Browse files
committed
fix(deps): update dependency org.jetbrains.kotlin:kotlin-stdlib to v1.9.23
1 parent 56c0dfe commit 922d7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repositories {
2828

2929
dependencies {
3030
compileOnly("org.spigotmc:spigot-api:1.16.5-R0.1-SNAPSHOT")
31-
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.9.22")
31+
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.9.23")
3232
}
3333

3434
tasks.getByName<ProcessResources>("processResources") {

0 commit comments

Comments
 (0)