Skip to content

Commit c713989

Browse files
Update sbt-header to 5.11.0 (#227)
Co-authored-by: xuwei-k <6b656e6a69@gmail.com>
1 parent ecfb0e7 commit c713989

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ licenses := Seq(("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-
77
developers := List(Developer("", "", "", url("https://scala-lang.org")))
88

99
addSbtPlugin("com.github.sbt" % "sbt-osgi" % "0.10.0")
10-
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
10+
addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0")
1111
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2") // set version, scmInfo, publishing settings
1212
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1") // brings in MiMa

src/main/scala/ScalaModulePlugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.lightbend.tools.scalamoduleplugin
22

33
import com.github.sbt.osgi.{OsgiKeys, SbtOsgi}
4-
import de.heikoseeberger.sbtheader.HeaderPlugin.autoImport.{HeaderLicense, headerLicense}
4+
import sbtheader.HeaderPlugin.autoImport.{HeaderLicense, headerLicense}
55
import sbt.Keys._
66
import sbt.{Def, _}
77
import sbtdynver.DynVerPlugin

0 commit comments

Comments
 (0)