Skip to content

Commit

Permalink
Update zio, zio-streams to 2.0.16 (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 27, 2023
1 parent a498d2c commit 1c22099
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ lazy val `quill-sql` =
"com.lihaoyi" %% "pprint" % "0.6.6",
"ch.qos.logback" % "logback-classic" % "1.2.12" % Test,
"io.getquill" %% "quill-engine" % "4.6.1",
"dev.zio" %% "zio" % "2.0.15",
"dev.zio" %% "zio" % "2.0.16",
("io.getquill" %% "quill-util" % "4.6.1")
.excludeAll({
if (isCommunityBuild)
Expand Down Expand Up @@ -239,8 +239,8 @@ lazy val `quill-zio` =
.settings(
Test / fork := true,
libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "2.0.15",
"dev.zio" %% "zio-streams" % "2.0.15"
"dev.zio" %% "zio" % "2.0.16",
"dev.zio" %% "zio-streams" % "2.0.16"
)
)
.dependsOn(`quill-sql` % "compile->compile;test->test")
Expand Down Expand Up @@ -293,8 +293,8 @@ lazy val `quill-cassandra-zio` =
Test / fork := true,
libraryDependencies ++= Seq(
"com.datastax.oss" % "java-driver-core" % "4.17.0",
"dev.zio" %% "zio" % "2.0.15",
"dev.zio" %% "zio-streams" % "2.0.15"
"dev.zio" %% "zio" % "2.0.16",
"dev.zio" %% "zio-streams" % "2.0.16"
)
)
.dependsOn(`quill-cassandra` % "compile->compile;test->test")
Expand Down

0 comments on commit 1c22099

Please sign in to comment.