Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
durban committed Jun 4, 2024
1 parent 0a950d7 commit 55936df
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 @@ -757,7 +757,7 @@ lazy val dependencies = new {
// JVM:
val jol = Def.setting("org.openjdk.jol" % "jol-core" % jolVersion)
val jmh = Def.setting("org.openjdk.jmh" % "jmh-core" % jmhVersion)
val jcTools = Def.setting("org.jctools" % "jctools-core" % "4.0.3") // https://github.com/JCTools/JCTools
val jcTools = Def.setting("org.jctools" % "jctools-core" % "4.0.5") // https://github.com/JCTools/JCTools
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/

Expand All @@ -771,7 +771,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.1")
val zioStm = Def.setting("dev.zio" %%% "zio" % "2.1.2")

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

0 comments on commit 55936df

Please sign in to comment.