File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Add the `sbt-scalafix` sbt plugin, with the SemanticDB compiler plugin enabled (
66
77``` scala
88// project/plugins.sbt
9- addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.10.4 " )
9+ addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.11.0 " )
1010```
1111
1212``` scala
@@ -22,13 +22,13 @@ inThisBuild(List(
2222Then run the desired rewrite(s) ([ official docs] [ 2 ] ), in sbt:
2323
2424``` scala
25- > scalafixAll dependency: fix.scala213.ExplicitNonNullaryApply @ org.scala- lang: scala- rewrites: 0.1.2
25+ > scalafixAll dependency: fix.scala213.ExplicitNonNullaryApply @ org.scala- lang: scala- rewrites:< version >
2626```
2727
2828You can also add the following to your ` build.sbt ` :
2929
3030``` scala
31- ThisBuild / scalafixDependencies += " org.scala-lang" %% " scala-rewrites" % " 0.1.3 "
31+ ThisBuild / scalafixDependencies += " org.scala-lang" %% " scala-rewrites" % " <version> "
3232```
3333
3434and then:
You can’t perform that action at this time.
0 commit comments