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 11addSbtPlugin(" 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 11package fix
22
33import scala .reflect .ensureAccessible
4- import org .scalatest .{ ConfigMap , FunSpecLike }
4+ import org .scalatest .ConfigMap
5+ import org .scalatest .funspec .AnyFunSpecLike
56import scalafix .testkit .AbstractSemanticRuleSuite
67
7- class RuleSuite extends AbstractSemanticRuleSuite with FunSpecLike with BeforeAndAfterAllConfigMapAlt {
8+ class RuleSuite extends AbstractSemanticRuleSuite with AnyFunSpecLike with BeforeAndAfterAllConfigMapAlt {
89 val isSaveExpectField = ensureAccessible(classOf [AbstractSemanticRuleSuite ].getDeclaredField(" isSaveExpect" ))
910
1011 // 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