File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
scalafix/tests/src/test/scala/fix Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % crossV
99addSbtPlugin(" org.scala-native" % " sbt-scala-native" % scalaNativeVersion)
1010addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % crossVer)
1111addSbtPlugin(" org.scala-lang.modules" % " sbt-scala-module" % " 2.3.0" )
12- addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.9.27 " )
12+ addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.9.28 " )
1313addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.10.0" )
1414addSbtPlugin(" ch.epfl.scala" % " sbt-version-policy" % " 1.0.1" )
Original file line number Diff line number Diff line change 1212
1313package fix
1414
15+ import org .scalatest .FunSuiteLike
1516import scala .meta ._
1617import scalafix .v0 ._
1718import scalafix .testkit ._
1819
19- class ScalafixTests extends scalafix.testkit.SemanticRuleSuite {
20+ class ScalafixTests extends scalafix.testkit.AbstractSemanticRuleSuite with FunSuiteLike {
2021
2122 val only : Option [String ] =
2223 // Some("Playground") // << to run only one test:
You can’t perform that action at this time.
0 commit comments