Skip to content

Commit 9b96f8e

Browse files
committed
Update sbt-header to 5.11.0 (#482)
* Update sbt-header to 5.11.0 * Removed no longer necessary enable plugin
1 parent 74a68e2 commit 9b96f8e

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

build.sbt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ ThisBuild / jsEnv := {
4646
new NodeJSEnv(NodeJSEnv.Config().withArgs(List("--max-old-space-size=10240")))
4747
}
4848

49-
enablePlugins(AutomateHeaderPlugin)
50-
5149
lazy val root =
5250
tlCrossRootProject
5351
.aggregate(

project/plugins.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
44
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
55
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1")
66
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
7-
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
87
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
98
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.1")

0 commit comments

Comments
 (0)