Skip to content

Commit 47668ef

Browse files
authored
Merge pull request #353 from Daenyth/patch-1
Bump versions mentioned in readme instructions
2 parents 8439fe9 + cfff1a3 commit 47668ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The migration rules use scalafix. Please see the [official installation instruct
4343

4444
```scala
4545
// project/plugins.sbt
46-
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.8")
46+
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.19")
4747
```
4848

4949
### Collection213Upgrade
@@ -52,7 +52,7 @@ The `Collection213Upgrade` rewrite upgrades to the 2.13 collections without the
5252

5353
```scala
5454
// build.sbt
55-
scalafixDependencies in ThisBuild += "org.scala-lang.modules" %% "scala-collection-migrations" % "2.1.4"
55+
scalafixDependencies in ThisBuild += "org.scala-lang.modules" %% "scala-collection-migrations" % "2.1.6"
5656
addCompilerPlugin(scalafixSemanticdb)
5757
scalacOptions ++= List("-Yrangepos", "-P:semanticdb:synthetics:on")
5858
```
@@ -71,8 +71,8 @@ To cross-build for 2.12 and 2.11, the rewrite rule introduces a dependency on th
7171

7272
```scala
7373
// build.sbt
74-
scalafixDependencies in ThisBuild += "org.scala-lang.modules" %% "scala-collection-migrations" % "2.1.4"
75-
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.1.4"
74+
scalafixDependencies in ThisBuild += "org.scala-lang.modules" %% "scala-collection-migrations" % "2.1.6"
75+
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.1.6"
7676
addCompilerPlugin(scalafixSemanticdb)
7777
scalacOptions ++= List("-Yrangepos", "-P:semanticdb:synthetics:on")
7878
```

0 commit comments

Comments
 (0)