Skip to content

Commit

Permalink
Update zio-json to 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 29, 2024
1 parent ff49685 commit f847edc
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 @@ -112,7 +112,7 @@ lazy val example = project
skip / publish := true,
libraryDependencies ++= Seq(
"dev.zio" %%% "zio" % zioVersion,
"dev.zio" %%% "zio-json" % "0.7.2"
"dev.zio" %%% "zio-json" % "0.7.3"
)
)
.enablePlugins(ScalaJSPlugin)

0 comments on commit f847edc

Please sign in to comment.