Skip to content

Commit cef343c

Browse files
committed
Prep for 0.1.3 release
1 parent 6b6f205 commit cef343c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Then run the desired rewrite(s) ([official docs][2]), in sbt:
2828
You can also add the following to your `build.sbt`:
2929

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

3434
and then:

0 commit comments

Comments
 (0)