Skip to content

Commit

Permalink
Update zio-json to 0.7.8 (#2422)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremill-ci authored Jan 28, 2025
1 parent 7a3f12e commit bfaabac
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 @@ -766,7 +766,7 @@ lazy val zioJson = (projectMatrix in file("json/zio-json"))
.settings(
name := "zio-json",
libraryDependencies ++= Seq(
"dev.zio" %%% "zio-json" % "0.7.7",
"dev.zio" %%% "zio-json" % "0.7.8",
"com.softwaremill.sttp.shared" %%% "zio" % sttpSharedVersion
),
scalaTest
Expand Down

0 comments on commit bfaabac

Please sign in to comment.