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.8.0
  • Loading branch information
renovate[bot] authored Feb 15, 2024
1 parent bb2471b commit e974c99
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 @@ -20,7 +20,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.22")
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")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0")

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

0 comments on commit e974c99

Please sign in to comment.