Skip to content

Commit

Permalink
fix(deps): update dependency org.jetbrains.kotlin:kotlin-stdlib to v1…
Browse files Browse the repository at this point in the history
….9.25
  • Loading branch information
renovate[bot] committed Jul 20, 2024
1 parent 2414dbb commit f4e10a1
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.24")
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.9.25")
}

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

0 comments on commit f4e10a1

Please sign in to comment.