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.10 (#108)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 2, 2025
1 parent b5407be commit c2534b9
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("io.papermc.paper:paper-api:1.18.2-R0.1-SNAPSHOT")
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.1.0")
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.1.10")
}

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

0 comments on commit c2534b9

Please sign in to comment.