Skip to content

Commit 6d2c22b

Browse files
committed
version bumps in readme
1 parent 0a73146 commit 6d2c22b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The `Collection213Upgrade` rewrite upgrades to the 2.13 collections without the
6464

6565
```scala
6666
// build.sbt
67-
scalafixDependencies in ThisBuild += "org.scala-lang.modules" %% "scala-collection-migrations" % "2.4.1"
67+
scalafixDependencies in ThisBuild += "org.scala-lang.modules" %% "scala-collection-migrations" % "2.4.2"
6868
addCompilerPlugin(scalafixSemanticdb)
6969
scalacOptions ++= List("-Yrangepos", "-P:semanticdb:synthetics:on")
7070
```
@@ -82,8 +82,8 @@ To cross-build for 2.12 and 2.11, the rewrite rule introduces a dependency on th
8282

8383
```scala
8484
// build.sbt
85-
scalafixDependencies in ThisBuild += "org.scala-lang.modules" %% "scala-collection-migrations" % "2.4.1"
86-
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.1"
85+
scalafixDependencies in ThisBuild += "org.scala-lang.modules" %% "scala-collection-migrations" % "2.4.2"
86+
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.2"
8787
addCompilerPlugin(scalafixSemanticdb)
8888
scalacOptions ++= List("-Yrangepos", "-P:semanticdb:synthetics:on")
8989
```

0 commit comments

Comments
 (0)