Skip to content

Commit

Permalink
Update zio-json to 0.7.2 (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii authored Aug 15, 2024
1 parent 406aaa4 commit 0ee1de7
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 @@ -63,7 +63,7 @@ lazy val `zio-uuid` =
libraryDependencies ++= Seq(
"dev.zio" %%% "zio" % zioVersion.value,
"dev.zio" %% "zio-prelude" % "1.0.0-RC29",
"dev.zio" %%% "zio-json" % "0.7.1" % Optional,
"dev.zio" %%% "zio-json" % "0.7.2" % Optional,
"dev.zio" %%% "zio-test" % zioVersion.value % Test,
"org.scalameta" %%% "munit" % "1.0.1" % Test,
"com.github.poslegm" %% "munit-zio" % "0.3.0" % Test,
Expand Down

0 comments on commit 0ee1de7

Please sign in to comment.