Skip to content

Commit

Permalink
Update dependency io.getquill:quill-zio
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 23, 2023
1 parent 55100a0 commit d2245b8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion zio-quickstart-restful-webservice-custom-logger/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "2.0.13",
"dev.zio" %% "zio-json" % "0.5.0",
"io.d11" %% "zhttp" % "2.0.0-RC9",
"io.getquill" %% "quill-zio" % "3.17.0-RC3",
"io.getquill" %% "quill-zio" % "4.6.0",
"io.getquill" %% "quill-jdbc-zio" % "3.17.0-RC3",
"com.h2database" % "h2" % "2.1.214",
"dev.zio" %% "zio-logging" % "2.1.13",
Expand Down
2 changes: 1 addition & 1 deletion zio-quickstart-restful-webservice-dockerize/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "2.0.13",
"dev.zio" %% "zio-json" % "0.5.0",
"io.d11" %% "zhttp" % "2.0.0-RC9",
"io.getquill" %% "quill-zio" % "3.17.0-RC2",
"io.getquill" %% "quill-zio" % "4.6.0",
"io.getquill" %% "quill-jdbc-zio" % "3.17.0-RC2",
"com.h2database" % "h2" % "2.1.214"
)
Expand Down
2 changes: 1 addition & 1 deletion zio-quickstart-restful-webservice-logging/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "2.0.13",
"dev.zio" %% "zio-json" % "0.5.0",
"io.d11" %% "zhttp" % "2.0.0-RC9",
"io.getquill" %% "quill-zio" % "3.17.0-RC2",
"io.getquill" %% "quill-zio" % "4.6.0",
"io.getquill" %% "quill-jdbc-zio" % "3.17.0-RC2",
"com.h2database" % "h2" % "2.1.214"
)
2 changes: 1 addition & 1 deletion zio-quickstart-restful-webservice-metrics/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ libraryDependencies ++= Seq(
"dev.zio" %% "zio-metrics-connectors" % "2.0.8",
"dev.zio" %% "zio-json" % "0.5.0",
"io.d11" %% "zhttp" % "2.0.0-RC9",
"io.getquill" %% "quill-zio" % "3.17.0-RC3",
"io.getquill" %% "quill-zio" % "4.6.0",
"io.getquill" %% "quill-jdbc-zio" % "3.17.0-RC3",
"com.h2database" % "h2" % "2.1.214"
)
2 changes: 1 addition & 1 deletion zio-quickstart-restful-webservice/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "2.0.13",
"dev.zio" %% "zio-json" % "0.5.0",
"io.d11" %% "zhttp" % "2.0.0-RC10",
"io.getquill" %% "quill-zio" % "4.3.0",
"io.getquill" %% "quill-zio" % "4.6.0.1",
"io.getquill" %% "quill-jdbc-zio" % "4.3.0",
"com.h2database" % "h2" % "2.1.214"
)

0 comments on commit d2245b8

Please sign in to comment.