Skip to content

Commit

Permalink
Update play-json to 2.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 25, 2024
1 parent 4930439 commit ed81dd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -234,13 +234,13 @@ lazy val zioJson = crossProject(JSPlatform, JVMPlatform, NativePlatform)
if (n >= 13) {
Seq(
"com.particeep" %% "play-json-extensions" % "0.43.1" % "test",
"com.typesafe.play" %%% "play-json" % "2.9.4" % "test",
"com.typesafe.play" %%% "play-json" % "2.10.6" % "test",
"org.typelevel" %% "jawn-ast" % "1.6.0" % "test"
)
} else {
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.6" % "test",
"org.typelevel" %% "jawn-ast" % "1.6.0" % "test"
)
}
Expand Down

0 comments on commit ed81dd2

Please sign in to comment.