diff --git a/project/plugins.sbt b/project/plugins.sbt index 139fcff5..69a48caf 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("org.playframework" % "sbt-plugin" % "3.0.2") +addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.3") addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.10.0-RC1") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11") addSbtPlugin("com.github.sbt" % "sbt-digest" % "2.0.0")