Skip to content

Commit c970940

Browse files
Update quill-jdbc-zio, quill-zio from 4.8.1 to 4.8.3
1 parent 52232cd commit c970940

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)