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 @@ -44,7 +44,7 @@ The migration rules use scalafix. Please see the [official installation instruct
4444``` scala
4545// project/plugins.sbt
4646
47- addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.9.5 " )
47+ addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.9.8 " )
4848```
4949
5050### Collection213Upgrade
@@ -53,7 +53,7 @@ The `Collection213Upgrade` rewrite upgrades to the 2.13 collections without the
5353
5454``` scala
5555// build.sbt
56- scalafixDependencies in ThisBuild += " org.scala-lang.modules" %% " scala-collection-migrations" % " 2.1.2 "
56+ scalafixDependencies in ThisBuild += " org.scala-lang.modules" %% " scala-collection-migrations" % " 2.1.1 "
5757scalacOptions ++= List (" -Yrangepos" , " -P:semanticdb:synthetics:on" )
5858```
5959
You can’t perform that action at this time.
0 commit comments