From 7571169f65d46375b080f9fd833e42370433bed0 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Tue, 11 Nov 2025 15:52:35 -0600 Subject: [PATCH] remove redundant dependency sbt-scala-module brings in sbt-header itself --- project/plugins.sbt | 1 - 1 file changed, 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index bfec069c..809fe744 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,4 +3,3 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.19.0") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.7") -addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")