Skip to content

Commit

Permalink
Update zio-json to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zio-scala-steward[bot] authored and guizmaii committed Sep 17, 2023
1 parent 644d92d commit 1e53338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -498,7 +498,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 1e53338

Please sign in to comment.