Skip to content

Commit 5c8cbfb

Browse files
authored
Merge pull request #1328 from Baeldung/update/quill-jdbc-zio-4.8.4
Update quill-jdbc-zio, quill-zio from 4.8.3 to 4.8.4
2 parents 521bf4d + a1bc591 commit 5c8cbfb

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
@@ -643,8 +643,8 @@ lazy val zio3 = (project in file("zio3"))
643643
libraryDependencies ++= Seq(
644644
zioJsonDep,
645645
"dev.zio" %% "zio-http" % "3.0.0-RC6",
646-
"io.getquill" %% "quill-zio" % "4.8.3",
647-
"io.getquill" %% "quill-jdbc-zio" % "4.8.3",
646+
"io.getquill" %% "quill-zio" % "4.8.4",
647+
"io.getquill" %% "quill-jdbc-zio" % "4.8.4",
648648
"com.h2database" % "h2" % "2.2.220"
649649
),
650650
libraryDependencies ++= Seq(

0 commit comments

Comments
 (0)