Skip to content

Commit

Permalink
chore(core-deps): update dependency org.jetbrains.kotlinx:kotlinx-cor…
Browse files Browse the repository at this point in the history
…outines-core to v1.10.0
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent d09ce23 commit 46b7df7
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 @@ -4,7 +4,7 @@ kotest = "5.9.1"

[libraries]
apache-commons-math3 = { module = "org.apache.commons:commons-math3", version = "3.6.1" }
kotlin-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.8.1"}
kotlin-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.10.0"}
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
kotest-junit5 = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }
kotest-assertions-core = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }
Expand Down

0 comments on commit 46b7df7

Please sign in to comment.