Skip to content

Commit dd2d1aa

Browse files
authored
Fix incorrect versions in README (#264)
Fix incorrect versions in README
2 parents 0837600 + bb383bc commit dd2d1aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The migration rules use scalafix. Please see the [official installation instruct
4444
```scala
4545
// project/plugins.sbt
4646

47-
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.5")
47+
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.8")
4848
```
4949

5050
### Collection213Upgrade
@@ -53,7 +53,7 @@ The `Collection213Upgrade` rewrite upgrades to the 2.13 collections without the
5353

5454
```scala
5555
// build.sbt
56-
scalafixDependencies in ThisBuild += "org.scala-lang.modules" %% "scala-collection-migrations" % "2.1.2"
56+
scalafixDependencies in ThisBuild += "org.scala-lang.modules" %% "scala-collection-migrations" % "2.1.1"
5757
scalacOptions ++= List("-Yrangepos", "-P:semanticdb:synthetics:on")
5858
```
5959

0 commit comments

Comments
 (0)