Skip to content

Commit

Permalink
Merge pull request #262 from scala-steward/update/zio-2.0.22
Browse files Browse the repository at this point in the history
Update zio, zio-streams, zio-test, ... to 2.0.22
  • Loading branch information
sagojez authored Apr 17, 2024
2 parents 0eb8493 + d11910f commit f6b444c
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 @@ -73,7 +73,7 @@ lazy val core =
val datastaxV = "4.17.0"

val zio = "dev.zio"
val zioV = "2.0.21"
val zioV = "2.0.22"
val magnoliaForScala2 = "com.softwaremill.magnolia1_2" %% "magnolia" % "1.1.8"
val scalaReflectForScala2 = "org.scala-lang" % "scala-reflect" % scalaVersion.value
val magnoliaForScala3 = "com.softwaremill.magnolia1_3" %% "magnolia" % "1.3.4"
Expand Down Expand Up @@ -111,7 +111,7 @@ lazy val zio =
name := "virgil-zio",
libraryDependencies ++= {
val zio = "dev.zio"
val zioV = "2.0.21"
val zioV = "2.0.22"

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

0 comments on commit f6b444c

Please sign in to comment.