Skip to content

Commit 389ff97

Browse files
scala-stewardcatap
andauthored
Update sbt-header to 5.11.0 (#198)
Co-authored-by: Kirill A. Korinsky <[email protected]>
1 parent df05fa5 commit 389ff97

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

project/LicenseDefinition.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import de.heikoseeberger.sbtheader.HeaderPlugin.autoImport.HeaderLicense
2-
import de.heikoseeberger.sbtheader.License
1+
import sbtheader.HeaderPlugin.autoImport.HeaderLicense
2+
import sbtheader.License
33
import sbt.url
44

55
object LicenseDefinition {
@@ -26,4 +26,4 @@ object LicenseDefinition {
2626
val licenses = Seq(
2727
"Apache License 2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")
2828
)
29-
}
29+
}

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
1111
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")
1212
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")
1313
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.1")
14-
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
14+
addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0")

0 commit comments

Comments
 (0)