Skip to content

Commit

Permalink
Update quill-jdbc-zio to 4.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 30, 2024
1 parent b36f7fb commit b5409be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ lazy val zioQuill = (project in file("modules/neotype-zio-quill"))
name := "neotype-zio-quill",
sharedSettings,
libraryDependencies ++= Seq(
"io.getquill" %% "quill-jdbc-zio" % "4.8.5",
"io.getquill" %% "quill-jdbc-zio" % "4.8.6",
"org.postgresql" % "postgresql" % "42.7.4" % Test,
"com.h2database" % "h2" % "2.3.232" % Test
)
Expand Down

0 comments on commit b5409be

Please sign in to comment.