File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Only the most commonly used APIs are supported; many are missing. Contributions
1717To use this library, add the following to your ` build.sbt ` :
1818
1919```
20- libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.3.1 "
20+ libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.3.2 "
2121```
2222
2323All future versions will remain backwards binary compatible with 2.0.0. (The 1.0.0 release was withdrawn and should not be used.)
@@ -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.3.1 "
67+ scalafixDependencies in ThisBuild += " org.scala-lang.modules" %% " scala-collection-migrations" % " 2.3.2 "
6868addCompilerPlugin(scalafixSemanticdb)
6969scalacOptions ++= List (" -Yrangepos" , " -P:semanticdb:synthetics:on" )
7070```
You can’t perform that action at this time.
0 commit comments