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.10.1
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent 1ee159a commit 2144c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ clikt = "com.github.ajalt.clikt:clikt:4.4.0"
configurate-core = { module = "org.spongepowered:configurate-extra-kotlin", version.ref = "configurate" }
configurate-hocon = { module = "org.spongepowered:configurate-hocon", version.ref = "configurate" }
configurate-kotlin = { module = "org.spongepowered:configurate-extra-kotlin", version.ref = "configurate" }
coroutines = "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0"
coroutines = "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1"
csv = "org.apache.commons:commons-csv:1.12.0"
guice = "com.google.inject:guice:5.1.0"
jansi = "org.fusesource.jansi:jansi:2.4.1"
Expand Down

0 comments on commit 2144c14

Please sign in to comment.