diff --git a/project/plugins.sbt b/project/plugins.sbt index 1de83f98e..898fe254a 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.13") +addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.14") addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.10.0-RC1") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3") addSbtPlugin("com.typesafe.sbt" % "sbt-digest" % "1.1.4")