diff --git a/project/plugins.sbt b/project/plugins.sbt index 109a2413..fa18d168 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -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")