Skip to content

Commit

Permalink
Merge pull request #8 from scalacenter/0100
Browse files Browse the repository at this point in the history
build against scalafix 0.10.x to unlock sbt-scalafix release
  • Loading branch information
bjaglin authored Apr 3, 2022
2 parents bfede69 + 8daa03a commit 26217d8
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 26217d8

Please sign in to comment.