Skip to content

Commit a7ba91b

Browse files
authored
Merge pull request #1654 from Baeldung/update/quill-jdbc-zio-4.8.5
Update quill-jdbc-zio, quill-zio from 4.8.4 to 4.8.5
2 parents 2ebfdf3 + a4542a6 commit a7ba91b

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)