Skip to content

Commit

Permalink
Update kotlinx-coroutines-core, ... to 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 29, 2023
1 parent ef2c0e6 commit 68a1323
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 @@ -151,8 +151,8 @@ object Dependencies {

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

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

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

Expand Down

0 comments on commit 68a1323

Please sign in to comment.