Skip to content

Commit

Permalink
Update zio, zio-streams, zio-test, ... to 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and calvinlfer committed Jul 15, 2024
1 parent cb58274 commit 1566527
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 @@ -77,7 +77,7 @@ lazy val core =
val datastaxV = "4.17.0"

val zio = "dev.zio"
val zioV = "2.1.5"
val zioV = "2.1.6"
val magnoliaForScala2 = "com.softwaremill.magnolia1_2" %% "magnolia" % "1.1.10"
val scalaReflectForScala2 = "org.scala-lang" % "scala-reflect" % scalaVersion.value
val magnoliaForScala3 = "com.softwaremill.magnolia1_3" %% "magnolia" % "1.3.7"
Expand Down Expand Up @@ -115,7 +115,7 @@ lazy val zio =
name := "virgil-zio",
libraryDependencies ++= {
val zio = "dev.zio"
val zioV = "2.1.5"
val zioV = "2.1.6"

Seq(
zio %% "zio" % zioV,
Expand Down

0 comments on commit 1566527

Please sign in to comment.