Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
durban committed Jan 1, 2024
1 parent 5eaedb1 commit a000c55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,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.0")
val zioStm = Def.setting("dev.zio" %%% "zio" % "2.0.20")
val zioStm = Def.setting("dev.zio" %%% "zio" % "2.1-RC1")

val test = Def.setting[Seq[ModuleID]] {
Seq(
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0")
addSbtPlugin("net.bzzt" % "sbt-strict-scala-versions" % "0.0.1")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16")

ThisBuild / semanticdbEnabled := true
ThisBuild / semanticdbVersion := "4.8.10"
ThisBuild / semanticdbVersion := "4.8.15"

0 comments on commit a000c55

Please sign in to comment.