You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have scalafmtOnCompile set to true in my build.sbt and when I run sbt compile it does run scalafmt and sbt:scalafmt but it does not run test:scalafmt.
I have
scalafmtOnCompile
set to true in my build.sbt and when I runsbt compile
it does runscalafmt
andsbt:scalafmt
but it does not runtest:scalafmt
.I also tried:
And this has exactly the same effect.
I'm using
sbt.version=1.1.6
and"com.lucidchart" % "sbt-scalafmt" % "1.15"
The text was updated successfully, but these errors were encountered: