From 51e404bd4b86902cf6b814c4ccc584b20936cd94 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 13 Sep 2025 15:43:27 +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 e51edae..10f4dce 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -11,4 +11,4 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1") addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5") -addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") +addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0") From b29b813d13af0e7ac2765818fe99f62b0b6c61e3 Mon Sep 17 00:00:00 2001 From: "Kirill A. Korinsky" Date: Mon, 15 Sep 2025 21:37:34 +0200 Subject: [PATCH 2/2] Follow migration of namespace at sbt-headers --- project/LicenseDefinition.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/LicenseDefinition.scala b/project/LicenseDefinition.scala index 88fe12c..f653678 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 {