Skip to content

Commit

Permalink
Update zio-json to 0.6.1 (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 27, 2023
1 parent 1c22099 commit a31e1b9
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 @@ -254,7 +254,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.0"
"dev.zio" %% "zio-json" % "0.6.1"
),
Test / runMain / fork := true,
Test / fork := true,
Expand Down

0 comments on commit a31e1b9

Please sign in to comment.