Skip to content

Commit d203a41

Browse files
committed
fix(deps): update dependency org.jetbrains.kotlin:kotlin-stdlib to v2.0.21
1 parent e2b611a commit d203a41

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:2.0.20")
31+
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.0.21")
3232
}
3333

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

0 commit comments

Comments
 (0)