Skip to content

Commit

Permalink
Update zio, zio-streams to 2.0.17 (zio#342)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 17, 2023
1 parent a643113 commit afcc145
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.16",
"dev.zio" %% "zio" % "2.0.17",
("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.16",
"dev.zio" %% "zio-streams" % "2.0.16"
"dev.zio" %% "zio" % "2.0.17",
"dev.zio" %% "zio-streams" % "2.0.17"
)
)
.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.16",
"dev.zio" %% "zio-streams" % "2.0.16"
"dev.zio" %% "zio" % "2.0.17",
"dev.zio" %% "zio-streams" % "2.0.17"
)
)
.dependsOn(`quill-cassandra` % "compile->compile;test->test")
Expand Down

0 comments on commit afcc145

Please sign in to comment.