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 +} 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")