Skip to content

Commit

Permalink
Update zio, zio-streams to 2.0.19 (#383)
Browse files Browse the repository at this point in the history
Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com>
  • Loading branch information
zio-scala-steward[bot] committed Nov 7, 2023
1 parent 2263f44 commit 917ef0e
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 @@ -118,7 +118,7 @@ lazy val `quill-sql` =
"com.lihaoyi" %% "pprint" % "0.8.1",
"ch.qos.logback" % "logback-classic" % "1.4.11" % Test,
"io.getquill" %% "quill-engine" % zioQuillVersion,
"dev.zio" %% "zio" % "2.0.18",
"dev.zio" %% "zio" % "2.0.19",
("io.getquill" %% "quill-util" % zioQuillVersion)
.excludeAll({
if (isCommunityBuild)
Expand Down Expand Up @@ -190,8 +190,8 @@ lazy val `quill-zio` =
.settings(
Test / fork := true,
libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "2.0.18",
"dev.zio" %% "zio-streams" % "2.0.18"
"dev.zio" %% "zio" % "2.0.19",
"dev.zio" %% "zio-streams" % "2.0.19"
)
)
.dependsOn(`quill-sql` % "compile->compile;test->test")
Expand Down Expand Up @@ -241,8 +241,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.18",
"dev.zio" %% "zio-streams" % "2.0.18"
"dev.zio" %% "zio" % "2.0.19",
"dev.zio" %% "zio-streams" % "2.0.19"
)
)
.dependsOn(`quill-cassandra` % "compile->compile;test->test")
Expand Down

0 comments on commit 917ef0e

Please sign in to comment.