From cfc444bcd2f1aa9a60f9b86a4fbea851c5c032c9 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Wed, 23 Oct 2024 16:47:10 +0000 Subject: [PATCH] Update sbt-license-report to 1.7.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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