Skip to content

Commit

Permalink
fix(deps): update dependency org.jetbrains.kotlin:kotlin-stdlib to v2…
Browse files Browse the repository at this point in the history
….0.21
  • Loading branch information
renovate[bot] committed Oct 12, 2024
1 parent e2b611a commit d203a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repositories {

dependencies {
compileOnly("org.spigotmc:spigot-api:1.16.5-R0.1-SNAPSHOT")
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.0.20")
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.0.21")
}

tasks.getByName<ProcessResources>("processResources") {
Expand Down

0 comments on commit d203a41

Please sign in to comment.