Skip to content

Commit

Permalink
Remove redundant formatting sbt settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Dec 29, 2023
1 parent c53ba21 commit b04de53
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions project/Common.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@
import sbt._
import sbt.Keys._
import sbt.plugins.JvmPlugin
import org.scalafmt.sbt.ScalafmtPlugin.autoImport._
import de.heikoseeberger.sbtheader._
import com.lightbend.paradox.projectinfo.ParadoxProjectInfoPluginKeys._
import com.lightbend.sbt.JavaFormatterPlugin.autoImport.javafmtOnCompile
import com.typesafe.tools.mima.plugin.MimaKeys._
import org.mdedetrich.apache.sonatype.ApacheSonatypePlugin
import sbtdynver.DynVerPlugin
Expand Down Expand Up @@ -124,9 +122,7 @@ object Common extends AutoPlugin {
// By default scalatest futures time out in 150 ms, dilate that to 600ms.
// This should not impact the total test time as we don't expect to hit this
// timeout.
Test / testOptions += Tests.Argument(TestFrameworks.ScalaTest, "-F", "4"),
scalafmtOnCompile := false,
javafmtOnCompile := false)
Test / testOptions += Tests.Argument(TestFrameworks.ScalaTest, "-F", "4"))

override lazy val buildSettings = Seq(
dynverSonatypeSnapshots := true)
Expand Down

0 comments on commit b04de53

Please sign in to comment.