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 1.0.0 is compatible with Scala 2.13.0-RC1, 2.12 and 2.11.
14
+
Version 0.3.0 is compatible with Scala 2.13.0-M5, 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
18
-
Starting with version 1.0.0 backwards binary compatibility is enforced within each major version (i.e. anything prior to 2.0.0 will be compatible).
18
+
**Note**: Please do not release any artifacts against version 1.0.0. Due to [#195](https://github.com/scala/scala-collection-compat/issues/195) we are planning on releasing 2.0.0 that is neither source nor binary compatible with 1.0.0.
19
19
20
+
Starting with version 1.0.0 backwards binary compatibility will be enforced within each major version (i.e. anything prior to 2.0.0 will be compatible).
20
21
21
22
The 2.13 collections are mostly backwards compatible, but there are some exceptions. For example, the `to` method is used with a type parameter in 2.12:
22
23
@@ -52,7 +53,7 @@ The `Collection213Upgrade` rewrite upgrades to the 2.13 collections without the
52
53
53
54
```scala
54
55
// build.sbt
55
-
scalafixDependencies in ThisBuild+="org.scala-lang.modules"%%"scala-collection-migrations"%"1.0.0"
56
+
scalafixDependencies in ThisBuild+="org.scala-lang.modules"%%"scala-collection-migrations"%"0.3.0"
0 commit comments