Skip to content

Commit

Permalink
Merge pull request #78 from GiganticMinecraft/renovate/major-kotlin-m…
Browse files Browse the repository at this point in the history
…onorepo

fix(deps): update dependency org.jetbrains.kotlin:kotlin-stdlib to v2
  • Loading branch information
Lucky authored Jul 21, 2024
2 parents 9f01939 + 49851c2 commit e8ae723
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:1.9.25")
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.0.0")
}

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

0 comments on commit e8ae723

Please sign in to comment.