Skip to content

Commit

Permalink
Update zio-json to 0.6.2 (#2859)
Browse files Browse the repository at this point in the history
Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com>
Co-authored-by: Jules Ivanic <guizmaii@users.noreply.github.com>
Co-authored-by: Jules Ivanic <jules.ivanic@gmail.com>
  • Loading branch information
3 people authored Nov 8, 2023
1 parent b8e2bbe commit 4401a0a
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 @@ -464,7 +464,7 @@ lazy val `quill-jdbc-zio` =
libraryDependencies ++= Seq(
// Needed for PGObject in JsonExtensions but not necessary if user is not using postgres
"org.postgresql" % "postgresql" % "42.6.0" % "provided",
"dev.zio" %% "zio-json" % "0.6.1"
"dev.zio" %% "zio-json" % "0.6.2"
),
Test / testGrouping := {
(Test / definedTests).value map { test =>
Expand Down

0 comments on commit 4401a0a

Please sign in to comment.