Skip to content

Commit

Permalink
Update play to 2.8.20
Browse files Browse the repository at this point in the history
  • Loading branch information
niladic committed Aug 21, 2023
1 parent 2a58458 commit 1b3abc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The Play plugin
// Important note: when upgrading the play version, check that the correct minor version
// of jackson is set in build.sbt (with the patch version that is not vulnerable)
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.19")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.20")
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.10.0-RC1")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.8")
addSbtPlugin("com.typesafe.sbt" % "sbt-digest" % "1.1.4")
Expand Down

0 comments on commit 1b3abc4

Please sign in to comment.