Skip to content

Commit bf8f980

Browse files
scala-stewardSethTisue
authored andcommitted
Update sbt-header to 5.4.0 (#78)
1 parent 741c6fc commit bf8f980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ organization := "org.scala-lang.modules"
55
licenses := Seq(("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0")))
66

77
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.5")
8-
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.3.1")
8+
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.4.0")
99
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.6.1")
1010
addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.2.0") // set scalaVersion and crossScalaVersions
1111
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.0") // set version, scmInfo, publishing settings

0 commit comments

Comments
 (0)