Skip to content

Commit a4542a6

Browse files
Update quill-jdbc-zio, quill-zio from 4.8.4 to 4.8.5
1 parent 7b7ee9e commit a4542a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -720,8 +720,8 @@ lazy val zio3 = (project in file("zio3"))
720720
libraryDependencies ++= Seq(
721721
zioJsonDep,
722722
"dev.zio" %% "zio-http" % "3.0.1",
723-
"io.getquill" %% "quill-zio" % "4.8.4",
724-
"io.getquill" %% "quill-jdbc-zio" % "4.8.4",
723+
"io.getquill" %% "quill-zio" % "4.8.5",
724+
"io.getquill" %% "quill-jdbc-zio" % "4.8.5",
725725
"com.h2database" % "h2" % "2.2.220"
726726
),
727727
libraryDependencies ++= Seq(

0 commit comments

Comments
 (0)