Skip to content

Commit

Permalink
Update play-json to 2.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 17, 2024
1 parent 9b25d80 commit 3516ae9
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 @@ -233,7 +233,7 @@ lazy val zioJson = crossProject(JSPlatform, JVMPlatform, NativePlatform)
case _ =>
Seq(
"ai.x" %% "play-json-extensions" % "0.42.0" % "test",
"com.typesafe.play" %%% "play-json" % "2.9.4" % "test",
"com.typesafe.play" %%% "play-json" % "2.10.4" % "test",
"org.typelevel" %% "jawn-ast" % "1.5.1" % "test"
)
}
Expand Down

0 comments on commit 3516ae9

Please sign in to comment.