Skip to content

Commit

Permalink
fix(deps): update dependency org.jetbrains.kotlin:kotlin-stdlib-jdk8 …
Browse files Browse the repository at this point in the history
…to v1.9.23
  • Loading branch information
renovate[bot] authored Mar 7, 2024
1 parent bb2471b commit f14aedd
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 @@ -17,7 +17,7 @@ dependencies {
compileOnly("io.papermc.paper:paper-api:1.20.4-R0.1-SNAPSHOT")
compileOnly("org.jetbrains:annotations:24.1.0")

implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.22")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.23")
implementation("io.github.classgraph:classgraph:4.8.165")
implementation("org.apache.commons:commons-lang3:3.14.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
Expand Down

0 comments on commit f14aedd

Please sign in to comment.