From f86ae20791dbacbb5986ad7f08290976b05a7b71 Mon Sep 17 00:00:00 2001 From: scala-steward-bot <2517319+scala-steward-bot@users.noreply.github.com> Date: Sat, 29 Apr 2023 07:45:53 +0900 Subject: [PATCH] Update sbt-license-report to 1.4.0 (#3278) Co-authored-by: kenji yoshida <6b656e6a69@gmail.com> --- build.sbt | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 93633633d..a0b748286 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -import com.typesafe.sbt.license.{DepModuleInfo, LicenseInfo} +import sbtlicensereport.license.{DepModuleInfo, LicenseInfo} import com.jsuereth.sbtpgp.PgpKeys._ val Organization = "io.github.gitbucket" diff --git a/project/plugins.sbt b/project/plugins.sbt index f7c21a2d1..022c82c5f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,7 +5,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.5.1") 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.typesafe.sbt" % "sbt-license-report" % "1.2.0") +addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.4.0") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.0") addDependencyTreePlugin