Skip to content

Commit

Permalink
Update dependency io.getquill:quill-jdbc-zio to v4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 25, 2023
1 parent e4a9452 commit 49c9dae
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ libraryDependencies ++= Seq(
"dev.zio" %% "zio-json" % "0.6.1",
"dev.zio" %% "zio-http" % "3.0.0-RC2",
"io.getquill" %% "quill-zio" % "4.6.0",
"io.getquill" %% "quill-jdbc-zio" % "4.6.0",
"io.getquill" %% "quill-jdbc-zio" % "4.6.1",
"com.h2database" % "h2" % "2.2.220",
"dev.zio" %% "zio-config" % "4.0.0-RC16",
"dev.zio" %% "zio-config-typesafe" % "4.0.0-RC16",
Expand Down
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 @@ -5,7 +5,7 @@ libraryDependencies ++= Seq(
"dev.zio" %% "zio-json" % "0.6.1",
"dev.zio" %% "zio-http" % "3.0.0-RC2",
"io.getquill" %% "quill-zio" % "4.6.0",
"io.getquill" %% "quill-jdbc-zio" % "4.6.0",
"io.getquill" %% "quill-jdbc-zio" % "4.6.1",
"com.h2database" % "h2" % "2.2.220",
"dev.zio" %% "zio-logging" % "2.1.14",
"dev.zio" %% "zio-logging-slf4j" % "2.1.14",
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 @@ -5,7 +5,7 @@ libraryDependencies ++= Seq(
"dev.zio" %% "zio-json" % "0.6.1",
"dev.zio" %% "zio-http" % "3.0.0-RC2",
"io.getquill" %% "quill-zio" % "4.6.0",
"io.getquill" %% "quill-jdbc-zio" % "4.6.0",
"io.getquill" %% "quill-jdbc-zio" % "4.6.1",
"com.h2database" % "h2" % "2.2.220"
)

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 @@ -5,6 +5,6 @@ libraryDependencies ++= Seq(
"dev.zio" %% "zio-json" % "0.6.1",
"dev.zio" %% "zio-http" % "3.0.0-RC2",
"io.getquill" %% "quill-zio" % "4.6.0",
"io.getquill" %% "quill-jdbc-zio" % "4.6.0",
"io.getquill" %% "quill-jdbc-zio" % "4.6.1",
"com.h2database" % "h2" % "2.2.220"
)
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 @@ -8,6 +8,6 @@ libraryDependencies ++= Seq(
"dev.zio" %% "zio-json" % "0.6.1",
"dev.zio" %% "zio-http" % "3.0.0-RC2",
"io.getquill" %% "quill-zio" % "4.6.0",
"io.getquill" %% "quill-jdbc-zio" % "4.6.0",
"io.getquill" %% "quill-jdbc-zio" % "4.6.1",
"com.h2database" % "h2" % "2.2.220"
)
2 changes: 1 addition & 1 deletion zio-quickstart-restful-webservice/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ libraryDependencies ++= Seq(
"dev.zio" %% "zio-json" % "0.6.1",
"dev.zio" %% "zio-http" % "3.0.0-RC2",
"io.getquill" %% "quill-zio" % "4.6.0",
"io.getquill" %% "quill-jdbc-zio" % "4.6.0",
"io.getquill" %% "quill-jdbc-zio" % "4.6.1",
"com.h2database" % "h2" % "2.2.220"
)

0 comments on commit 49c9dae

Please sign in to comment.