File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
scalafix/rules/src/main/scala/scala/fix/collection Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % crossV
99addSbtPlugin(" org.scala-native" % " sbt-scala-native" % scalaNativeVersion)
1010addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % crossVer)
1111addSbtPlugin(" org.scala-lang.modules" % " sbt-scala-module" % " 2.2.0" )
12- addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.9.11 " )
12+ addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.9.19 " )
1313addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.9.0" )
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ package object collection {
5252 val canBuildFroms = Map (
5353 " scala/LowPriorityImplicits#fallbackStringCanBuildFrom()." -> " scala.collection.immutable.IndexedSeq" ,
5454 " scala/Array.canBuildFrom()." -> " scala.Array" ,
55- " scala/collection/BitSet.canBuildFrom(). " -> " scala.collection.BitSet" ,
55+ " scala/collection/BitSet.canBuildFrom. " -> " scala.collection.BitSet" ,
5656 " scala/collection/immutable/HashMap.canBuildFrom()." -> " scala.collection.immutable.HashMap" ,
5757 " scala/collection/immutable/IntMap.canBuildFrom()." -> " scala.collection.immutable.IntMap" ,
5858 " scala/collection/immutable/List.canBuildFrom()." -> " scala.collection.immutable.List" ,
You can’t perform that action at this time.
0 commit comments