Skip to content

Commit

Permalink
Merge pull request #457 from mlachkar/scalafix-update
Browse files Browse the repository at this point in the history
Update scalafix plugin
  • Loading branch information
julienrf authored May 27, 2021
2 parents bf99e59 + bed7bb4 commit 799021b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % crossV
addSbtPlugin("org.scala-native" % "sbt-scala-native" % scalaNativeVersion)
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % crossVer)
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.3.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.27")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.28")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "1.0.1")
3 changes: 2 additions & 1 deletion scalafix/tests/src/test/scala/fix/ScalafixTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@

package fix

import org.scalatest.FunSuiteLike
import scala.meta._
import scalafix.v0._
import scalafix.testkit._

class ScalafixTests extends scalafix.testkit.SemanticRuleSuite {
class ScalafixTests extends scalafix.testkit.AbstractSemanticRuleSuite with FunSuiteLike {

val only: Option[String] =
// Some("Playground") // << to run only one test:
Expand Down

0 comments on commit 799021b

Please sign in to comment.