Skip to content

Commit

Permalink
build against scalafix 0.10.x to unlock sbt-scalafix release
Browse files Browse the repository at this point in the history
  • Loading branch information
bjaglin committed Apr 3, 2022
1 parent bfede69 commit 8daa03a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions scalafix/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.16")
dependencyOverrides += "ch.epfl.scala" % "scalafix-interfaces" % "0.10.0-RC1"
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.2")
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import scalafix._
import scalafix.v0._

class Examplescalafixrule_Tests
extends scalafix.testkit.SemanticRuleSuite {
extends scalafix.testkit.AbstractSemanticRuleSuite
with org.scalatest.FunSuiteLike {
runAllTests()
}

0 comments on commit 8daa03a

Please sign in to comment.