From 88de9953df0a90085d343b88da1682d286f10692 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 13 Sep 2025 15:42:31 +0000 Subject: [PATCH 1/2] Update sbt-header to 5.11.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 242573e..f4b0c63 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -11,4 +11,4 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2") addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.1") -addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") +addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0") From a308109f7d92543a7afee4262d944f13c6613a57 Mon Sep 17 00:00:00 2001 From: "Kirill A. Korinsky" Date: Mon, 15 Sep 2025 21:40:11 +0200 Subject: [PATCH 2/2] Follow migration of namespace at sbt-headers --- project/LicenseDefinition.scala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project/LicenseDefinition.scala b/project/LicenseDefinition.scala index 7038d16..fa506fb 100644 --- a/project/LicenseDefinition.scala +++ b/project/LicenseDefinition.scala @@ -1,5 +1,5 @@ -import de.heikoseeberger.sbtheader.HeaderPlugin.autoImport.HeaderLicense -import de.heikoseeberger.sbtheader.License +import sbtheader.HeaderPlugin.autoImport.HeaderLicense +import sbtheader.License import sbt.url object LicenseDefinition { @@ -26,4 +26,4 @@ object LicenseDefinition { val licenses = Seq( "Apache License 2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0") ) -} \ No newline at end of file +}