Skip to content

Commit 1aa4769

Browse files
Update sbt-header to 5.11.0 (#1583)
Co-authored-by: kenji yoshida <6b656e6a69@gmail.com>
1 parent 2108edd commit 1aa4769

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

project/Header.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import sbt._
22
import Keys._
33

4-
import de.heikoseeberger.sbtheader.HeaderPlugin
5-
import de.heikoseeberger.sbtheader.HeaderPlugin.{ autoImport => SbtHeaderKeys }
4+
import sbtheader.HeaderPlugin
5+
import sbtheader.HeaderPlugin.{ autoImport => SbtHeaderKeys }
66

77
object CustomHeaderPlugin extends AutoPlugin {
88
override def requires = plugins.JvmPlugin && HeaderPlugin

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")
55
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
66
addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.7.0")
77
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
8-
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
8+
addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0")
99
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
1010
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
1111
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.11.0")

0 commit comments

Comments
 (0)