Skip to content

Commit

Permalink
Merge pull request #10 from scalacenter/update/sbt-scalafix-0.11.0
Browse files Browse the repository at this point in the history
Update sbt-scalafix, scalafix-core to 0.11.0
  • Loading branch information
bjaglin authored Jun 6, 2023
2 parents d943fa3 + ca1ac2e commit 3071653
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scalafix/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
resolvers += Resolver.sonatypeRepo("releases")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.4")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
6 changes: 3 additions & 3 deletions scalafix/tests/src/test/scala/fix/RuleSuite.scala
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package fix

import org.scalatest.FunSuiteLike
import org.scalatest.funsuite.AnyFunSuiteLike
import scalafix.testkit.AbstractSemanticRuleSuite

class RuleSuite extends AbstractSemanticRuleSuite with FunSuiteLike {
class RuleSuite extends AbstractSemanticRuleSuite with AnyFunSuiteLike {
runAllTests()
}
}

0 comments on commit 3071653

Please sign in to comment.