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 2.0.0 is compatible with Scala 2.13, 2.12, and 2.11.
14
+
Version 2.0.0+ is compatible with Scala 2.13, 2.12, and 2.11.
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
@@ -53,7 +53,7 @@ The `Collection213Upgrade` rewrite upgrades to the 2.13 collections without the
53
53
54
54
```scala
55
55
// build.sbt
56
-
scalafixDependencies in ThisBuild+="org.scala-lang.modules"%%"scala-collection-migrations"%"2.0.0"
56
+
scalafixDependencies in ThisBuild+="org.scala-lang.modules"%%"scala-collection-migrations"%"2.1.1"
0 commit comments