Skip to content

Commit

Permalink
Update kotlinx-coroutines-core, ... to 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 21, 2024
1 parent a8861c5 commit 2793716
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ object Dependencies {

val guava = "com.google.guava" % "guava" % "33.3.1-jre"

val kotlinXCoroutinesCore = "org.jetbrains.kotlinx" % "kotlinx-coroutines-core" % "1.7.3" pomOnly()
val kotlinXCoroutinesJdk8 = "org.jetbrains.kotlinx" % "kotlinx-coroutines-jdk8" % "1.7.3"
val kotlinXCoroutinesCore = "org.jetbrains.kotlinx" % "kotlinx-coroutines-core" % "1.10.1" pomOnly()
val kotlinXCoroutinesJdk8 = "org.jetbrains.kotlinx" % "kotlinx-coroutines-jdk8" % "1.10.1"

def scopeDeps(scope: String, modules: Seq[ModuleID]) = modules.map(m => m % scope)

Expand Down

0 comments on commit 2793716

Please sign in to comment.