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 { 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")