Skip to content

Commit

Permalink
Merge branch 'master' into update/tapir-json-zio-1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii authored Nov 7, 2023
2 parents 32ddcaf + 917ef0e commit bd19f67
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 bd19f67

Please sign in to comment.