Skip to content

Commit

Permalink
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines…
Browse files Browse the repository at this point in the history
…-core to v1.9.0 (#202)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 20, 2024
1 parent 7bc4d36 commit 2f31461
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 @@ -19,7 +19,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21")
implementation("io.github.classgraph:classgraph:4.8.175")
implementation("org.apache.commons:commons-lang3:3.17.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")

testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.2")
testImplementation("com.github.seeseemelk:MockBukkit-v1.20:3.93.2")
Expand Down

0 comments on commit 2f31461

Please sign in to comment.