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 Apr 15, 2024
1 parent 3845e9e commit 283ae17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ object ujson extends Module{
object play extends Cross[PlayModule](scala2JVMVersions)
trait PlayModule extends CommonPublishModule{
def moduleDeps = Seq(ujson.jvm())
val playJsonVersion = "2.9.4"
val playJsonVersion = "2.10.4"
def ivyDeps = Agg(ivy"com.typesafe.play::play-json:$playJsonVersion")
}
}
Expand Down Expand Up @@ -384,7 +384,7 @@ trait BenchModule extends CommonPlatformModule{
ivy"io.circe::circe-core::0.14.5",
ivy"io.circe::circe-generic::0.14.5",
ivy"io.circe::circe-parser::0.14.5",
ivy"com.typesafe.play::play-json::2.9.4",
ivy"com.typesafe.play::play-json::2.10.4",
ivy"io.argonaut::argonaut:6.2.6",
ivy"org.json4s::json4s-ast:3.6.12",
ivy"com.lihaoyi::sourcecode::$sourcecode",
Expand Down

0 comments on commit 283ae17

Please sign in to comment.