Skip to content

Commit

Permalink
Update zio-json to 0.7.0 (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jun 18, 2024
1 parent 558d690 commit c4a5af6
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 @@ -313,7 +313,7 @@ lazy val zioDynamodbJson =
libraryDependencies ++= Seq(
"dev.zio" %% "zio-test" % zioVersion % "test",
"dev.zio" %% "zio-test-sbt" % zioVersion % "test",
"dev.zio" %% "zio-json" % "0.6.2"
"dev.zio" %% "zio-json" % "0.7.0"
),
testFrameworks := Seq(new TestFramework("zio.test.sbt.ZTestFramework"))
)
Expand Down

0 comments on commit c4a5af6

Please sign in to comment.