From 6d05539a8cec545ed330e16e13638c268f69d5f8 Mon Sep 17 00:00:00 2001 From: "aiven-scala-steward[bot]" <143503567+aiven-scala-steward[bot]@users.noreply.github.com> Date: Sun, 19 Oct 2025 00:41:42 +0000 Subject: [PATCH] Update sbt-license-report to 1.9.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 1a7c4024..a1a8625b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -14,7 +14,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11") addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.11") addSbtPlugin("net.vonbuchholtz" % "sbt-dependency-check" % "5.1.0") -addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.5.0") +addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.9.0") // This is here to bump dependencies for sbt-paradox/sbt-site, see // https://github.com/sirthias/parboiled/issues/175, https://github.com/sirthias/parboiled/issues/128 and