Skip to content

Commit bb383bc

Browse files
authored
Fix incorrect versions in README
scala-collection-migrations is at 2.1.1, not 2.1.2: https://mvnrepository.com/artifact/org.scala-lang.modules/scala-collection-migrations sbt-scalafix is at 0.9.8 https://github.com/scalacenter/sbt-scalafix/releases
1 parent 0837600 commit bb383bc

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)