Skip to content

Commit

Permalink
Merge pull request #1432 from scala-steward/update/zio-json-0.3.0-RC8
Browse files Browse the repository at this point in the history
Update zio-json to 0.3.0-RC8
  • Loading branch information
mergify[bot] authored May 4, 2022
2 parents 68b4332 + 4baf34b commit 10e9983
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 @@ -791,7 +791,7 @@ lazy val zioJson = (projectMatrix in file("json/zio-json"))
.settings(
name := "zio-json",
libraryDependencies ++= Seq(
"dev.zio" %%% "zio-json" % "0.3.0-RC7",
"dev.zio" %%% "zio-json" % "0.3.0-RC8",
"com.softwaremill.sttp.shared" %%% "zio" % sttpSharedVersion
),
scalaTest
Expand Down

0 comments on commit 10e9983

Please sign in to comment.