Skip to content

Commit

Permalink
Update play-json to 2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 18, 2023
1 parent ea39fee commit 6a0e22b
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 @@ -73,7 +73,7 @@ lazy val playJson = crossProject(JSPlatform, JVMPlatform)
.in(file("playJson"))
.settings(commonSettings: _*)
.settings(name := "diffson-play-json",
libraryDependencies += "com.typesafe.play" %%% "play-json" % "2.10.0-RC6",
libraryDependencies += "com.typesafe.play" %%% "play-json" % "2.10.1",
tlVersionIntroduced := Map("3" -> "4.3.0"))
.dependsOn(core, testkit % Test)

Expand Down

0 comments on commit 6a0e22b

Please sign in to comment.