Scalafix 0.3.3
-
NOTE. scalafix-core and scalafix-cli are now published as
CrossVersion.full, meaning the artifact IDs now have a_2.11.11suffix. To depend on them,// OK libraryDependencies += "ch.epfl.scala" % "scalafix-core" % "0.5.0-RC3" cross CrossVersion.full // Error libraryDependencies += "ch.epfl.scala" %% "scalafix-core" % "0.5.0-RC3" -
NOTE. This version depends on a pre-release of scala.meta, which is publised to the scalameta bintray repository and requires
resolvers += Resolver.bintrayRepo("scalameta", "maven") -
scalafix-cli new supports running semantic rules with the
--classpath/--sourcepathoptions. -
scalafix-cli now supports
.sbtfiles. -
New documentation for scalafix-cli.