Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
durban committed May 11, 2024
1 parent 2624789 commit 2b8c116
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ lazy val dependencies = new {
// JVM:
val jol = Def.setting("org.openjdk.jol" % "jol-core" % jolVersion)
val jcTools = Def.setting("org.jctools" % "jctools-core" % "4.0.3") // https://github.com/JCTools/JCTools
val lincheck = Def.setting("org.jetbrains.kotlinx" % "lincheck-jvm" % "2.30") // https://github.com/JetBrains/lincheck
val lincheck = Def.setting("org.jetbrains.kotlinx" % "lincheck-jvm" % "2.32") // https://github.com/JetBrains/lincheck
val asm = Def.setting("org.ow2.asm" % "asm-commons" % "9.7") // https://asm.ow2.io/

// JS:
Expand All @@ -734,7 +734,7 @@ lazy val dependencies = new {
val scalaStm = Def.setting("org.scala-stm" %%% "scala-stm" % "0.11.1")
val catsStm = Def.setting("io.github.timwspence" %%% "cats-stm" % "0.13.4")
val zioCats = Def.setting("dev.zio" %%% "zio-interop-cats" % "23.1.0.2")
val zioStm = Def.setting("dev.zio" %%% "zio" % "2.1.0-RC5")
val zioStm = Def.setting("dev.zio" %%% "zio" % "2.1.0")

val test = Def.setting[Seq[ModuleID]] {
Seq(
Expand Down

0 comments on commit 2b8c116

Please sign in to comment.