File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff 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-
5149lazy val root =
5250 tlCrossRootProject
5351 .aggregate(
Original file line number Diff line number Diff line change @@ -4,6 +4,5 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
44addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % " 1.3.2" )
55addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.20.1" )
66addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.4.17" )
7- addSbtPlugin(" de.heikoseeberger" % " sbt-header" % " 5.10.0" )
87addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.13.1" )
98addSbtPlugin(" ch.epfl.scala" % " sbt-scalajs-bundler" % " 0.21.1" )
You can’t perform that action at this time.
0 commit comments