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 24, 2024
1 parent 6c92842 commit 57f1060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ object Dependencies {
val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.17.0" % "test"

val play28WsJson = "com.typesafe.play" %% "play-ws-standalone-json" % "2.1.10" % "test"
val play28Json = "com.typesafe.play" %% "play-json" % "2.9.4"
val play28Json = "com.typesafe.play" %% "play-json" % "2.10.6"
val play28 = "com.typesafe.play" %% "play" % play28Version
val play28NettyServer = "com.typesafe.play" %% "play-netty-server" % play28Version % "test"
val scalaTestPlusPlay28 = "org.scalatestplus.play" %% "scalatestplus-play" % "4.0.3" % "test"
Expand Down

0 comments on commit 57f1060

Please sign in to comment.