Skip to content

Commit

Permalink
Update play-json to 2.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 5, 2023
1 parent 26753c6 commit a905edf
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 @@ -123,7 +123,7 @@ val circeVersion: String = "0.14.6"

val jsoniterVersion = "2.25.0"

val play29JsonVersion = "2.9.2"
val play29JsonVersion = "2.9.4"

val playJsonVersion = "3.0.0"

Expand Down Expand Up @@ -905,7 +905,7 @@ lazy val play29Json = (projectMatrix in file("json/play29-json"))
.jsPlatform(scalaVersions = scala2, settings = commonJsSettings)
.dependsOn(core, jsonCommon)

lazy val playJson = (projectMatrix in file("json/play-json"))
lazy val playJson = (projectMatrix in file("json/play-json"))
.settings(
name := "play-json",
libraryDependencies ++= Seq(
Expand Down

0 comments on commit a905edf

Please sign in to comment.