diff --git a/project/plugins.sbt b/project/plugins.sbt index 3404e30e6..d56c17d08 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,7 +5,7 @@ addSbtPlugin("org.playframework.twirl" % "sbt-twirl" % "2.0.7") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0") addSbtPlugin("org.scalatra.sbt" % "sbt-scalatra" % "1.0.4") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0") -addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.6.1") +addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.7.0") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2") addDependencyTreePlugin