We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ebfdf3 + a4542a6 commit a7ba91bCopy full SHA for a7ba91b
build.sbt
@@ -720,8 +720,8 @@ lazy val zio3 = (project in file("zio3"))
720
libraryDependencies ++= Seq(
721
zioJsonDep,
722
"dev.zio" %% "zio-http" % "3.0.1",
723
- "io.getquill" %% "quill-zio" % "4.8.4",
724
- "io.getquill" %% "quill-jdbc-zio" % "4.8.4",
+ "io.getquill" %% "quill-zio" % "4.8.5",
+ "io.getquill" %% "quill-jdbc-zio" % "4.8.5",
725
"com.h2database" % "h2" % "2.2.220"
726
),
727
0 commit comments