Skip to content

Commit

Permalink
Update play-json to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 5, 2023
1 parent 26753c6 commit bcec1cf
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 @@ -125,7 +125,7 @@ val jsoniterVersion = "2.25.0"

val play29JsonVersion = "2.9.2"

val playJsonVersion = "3.0.0"
val playJsonVersion = "3.0.1"

val catsEffect_3_version = "3.5.2"
val fs2_3_version = "3.9.3"
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 bcec1cf

Please sign in to comment.