You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 0.2.1 is compatible with Scala 2.13.0-M5. For Scala 2.13.0-M4 you should use version 0.1.1.
14
+
Version 0.2.2 is compatible with Scala 2.13.0-M5. For Scala 2.13.0-M4 you should use version 0.1.1.
15
15
16
16
Note that there are multiple ways to cross-build projects, see https://github.com/scala/collection-strawman/wiki/FAQ#how-do-i-cross-build-my-project-against-scala-212-and-scala-213.
17
17
@@ -52,7 +52,7 @@ The `Collection213Upgrade` rewrite upgrades to the 2.13 collections without the
52
52
53
53
```scala
54
54
// build.sbt
55
-
scalafixDependencies in ThisBuild+="org.scala-lang.modules"%%"scala-collection-migrations"%"0.2.1"
55
+
scalafixDependencies in ThisBuild+="org.scala-lang.modules"%%"scala-collection-migrations"%"0.2.2"
0 commit comments