From 57edf101facc6372f4d7412293c88002d6b2aae3 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Mon, 15 May 2023 04:40:38 +0000 Subject: [PATCH] Update sbt-license-report to 1.5.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 3f562ea0f..582aec669 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,7 +5,7 @@ addSbtPlugin("com.typesafe.play" % "sbt-twirl" % "1.5.2") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1") addSbtPlugin("org.scalatra.sbt" % "sbt-scalatra" % "1.0.4") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") -addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.4.0") +addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.5.0") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.7") addDependencyTreePlugin