Skip to content

Commit

Permalink
Prep for 0.1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dwijnand committed Feb 22, 2021
1 parent 6b6f205 commit cef343c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Then run the desired rewrite(s) ([official docs][2]), in sbt:
You can also add the following to your `build.sbt`:

```scala
ThisBuild / scalafixDependencies += "org.scala-lang" %% "scala-rewrites" % "0.1.2"
ThisBuild / scalafixDependencies += "org.scala-lang" %% "scala-rewrites" % "0.1.3"
```

and then:
Expand Down

0 comments on commit cef343c

Please sign in to comment.