Skip to content

Commit

Permalink
Merge pull request #201 from scala-steward/update/zio-2.0.16
Browse files Browse the repository at this point in the history
Update zio, zio-streams, zio-test, ... to 2.0.16
  • Loading branch information
sagojez authored Aug 31, 2023
2 parents ea2aac6 + c6633f4 commit 7035ab6
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.15"
val zioV = "2.0.16"
val magnoliaForScala2 = "com.softwaremill.magnolia1_2" %% "magnolia" % "1.1.3"
val scalaReflectForScala2 = "org.scala-lang" % "scala-reflect" % scalaVersion.value
val magnoliaForScala3 = "com.softwaremill.magnolia1_3" %% "magnolia" % "1.3.3"
Expand Down Expand Up @@ -111,7 +111,7 @@ lazy val zio =
name := "virgil-zio",
libraryDependencies ++= {
val zio = "dev.zio"
val zioV = "2.0.15"
val zioV = "2.0.16"

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

0 comments on commit 7035ab6

Please sign in to comment.