File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.5.12" )
2
- addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.10.4 " )
2
+ addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.11.0 " )
Original file line number Diff line number Diff line change 1
1
package fix
2
2
3
3
import scala .reflect .ensureAccessible
4
- import org .scalatest .{ ConfigMap , FunSpecLike }
4
+ import org .scalatest .ConfigMap
5
+ import org .scalatest .funspec .AnyFunSpecLike
5
6
import scalafix .testkit .AbstractSemanticRuleSuite
6
7
7
- class RuleSuite extends AbstractSemanticRuleSuite with FunSpecLike with BeforeAndAfterAllConfigMapAlt {
8
+ class RuleSuite extends AbstractSemanticRuleSuite with AnyFunSpecLike with BeforeAndAfterAllConfigMapAlt {
8
9
val isSaveExpectField = ensureAccessible(classOf [AbstractSemanticRuleSuite ].getDeclaredField(" isSaveExpect" ))
9
10
10
11
// If you invoke the test as "tests/testOnly -- -Doverwrite=true" it will save the expected
You can’t perform that action at this time.
0 commit comments