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
9
9
addSbtPlugin(" org.scala-native" % " sbt-scala-native" % scalaNativeVersion)
10
10
addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % crossVer)
11
11
addSbtPlugin(" 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 " )
13
13
addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.10.0" )
14
14
addSbtPlugin(" ch.epfl.scala" % " sbt-version-policy" % " 1.0.1" )
Original file line number Diff line number Diff line change 12
12
13
13
package fix
14
14
15
+ import org .scalatest .FunSuiteLike
15
16
import scala .meta ._
16
17
import scalafix .v0 ._
17
18
import scalafix .testkit ._
18
19
19
- class ScalafixTests extends scalafix.testkit.SemanticRuleSuite {
20
+ class ScalafixTests extends scalafix.testkit.AbstractSemanticRule with FunSuiteLike {
20
21
21
22
val only : Option [String ] =
22
23
// Some("Playground") // << to run only one test:
You can’t perform that action at this time.
0 commit comments