Skip to content

Commit

Permalink
Update play-json to 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot authored and xuwei-k committed Jun 17, 2024
1 parent 86709e6 commit fec9432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ lazy val play2scalaz = CrossProject("play2scalaz", file("."))(JVMPlatform, JSPla
commonSettings,
name := play2scalazName,
scalapropsCoreSettings,
playJsonVersion := "3.0.3",
playJsonVersion := "3.0.4",
libraryDependencies += "com.github.scalaprops" %%% "scalaprops" % scalapropsVersion % "test",
libraryDependencies += "com.github.scalaprops" %%% "scalaprops-scalaz" % scalapropsVersion % "test",
libraryDependencies += "org.playframework" %%% "play-json" % playJsonVersion.value,
Expand Down

0 comments on commit fec9432

Please sign in to comment.