Skip to content

Commit 46e1107

Browse files
authored
Merge pull request #1237 from Baeldung/update/quill-jdbc-zio-4.8.3
Update quill-jdbc-zio, quill-zio from 4.8.1 to 4.8.3
2 parents 02026c0 + c970940 commit 46e1107

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
@@ -608,8 +608,8 @@ lazy val zio3 = (project in file("zio3"))
608608
libraryDependencies ++= Seq(
609609
zioJsonDep,
610610
"dev.zio" %% "zio-http" % "3.0.0-RC2",
611-
"io.getquill" %% "quill-zio" % "4.8.1",
612-
"io.getquill" %% "quill-jdbc-zio" % "4.8.1",
611+
"io.getquill" %% "quill-zio" % "4.8.3",
612+
"io.getquill" %% "quill-jdbc-zio" % "4.8.3",
613613
"com.h2database" % "h2" % "2.2.220"
614614
),
615615
libraryDependencies ++= Seq(

0 commit comments

Comments
 (0)