Open SethTisue opened 6 years ago
note that the incorrect entry in test:fullClasspath
is there even without fork in Test := true
.
it's just that the incorrect entry hasn't personally caused me any trouble unless I also enable fork in Test := true
There is some weirdness around this.
I suggest trying sbt-scalafmt-coursier instead of sbt-scalafmt.
I had to remove neo-sbt-scalafmt (1.4) from my project because:
this was happening consistently when trying to run my ScalaTest tests on 2.11 with
fork in Test := true
the
refArrayOps
thing usually indicates a Scala 2.11/2.12 mismatchthe cause seems to be:
how'd the 2.12.4 stdlib get in there? that's not right.
what it is about this plugin that actually causes that, I don't know.
the problem occurs with both sbt 1.0.4 and 0.13.16