Skip to content

Commit 0577439

Browse files
authored
Update README.md
1 parent 4b91876 commit 0577439

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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(
2222
Then 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

2828
You 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

3434
and then:

0 commit comments

Comments
 (0)