Skip to content

Commit

Permalink
Update play-json to 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lunatech-ops committed Sep 15, 2023
1 parent c19d570 commit f4f29ad
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 @@ -12,7 +12,7 @@ libraryDependencies ++= Seq(
"org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test,
"org.asciidoctor" % "asciidoctorj" % "2.5.10",
"com.47deg" %% "github4s" % "0.21.0",
"com.typesafe.play" %% "play-json" % "2.9.4",
"com.typesafe.play" %% "play-json" % "2.10.0",
)

Global / onChangedBuildSource := ReloadOnSourceChanges

0 comments on commit f4f29ad

Please sign in to comment.