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
….1.0
  • Loading branch information
renovate[bot] authored Nov 30, 2024
1 parent 68a59b1 commit dccc4f0
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.21")
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.1.0")
}

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

0 comments on commit dccc4f0

Please sign in to comment.