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
9
9
addSbtPlugin(" org.scala-native" % " sbt-scala-native" % scalaNativeVersion)
10
10
addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % crossVer)
11
11
addSbtPlugin(" 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 " )
13
13
addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.9.0" )
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ package object collection {
52
52
val canBuildFroms = Map (
53
53
" scala/LowPriorityImplicits#fallbackStringCanBuildFrom()." -> " scala.collection.immutable.IndexedSeq" ,
54
54
" scala/Array.canBuildFrom()." -> " scala.Array" ,
55
- " scala/collection/BitSet.canBuildFrom(). " -> " scala.collection.BitSet" ,
55
+ " scala/collection/BitSet.canBuildFrom. " -> " scala.collection.BitSet" ,
56
56
" scala/collection/immutable/HashMap.canBuildFrom()." -> " scala.collection.immutable.HashMap" ,
57
57
" scala/collection/immutable/IntMap.canBuildFrom()." -> " scala.collection.immutable.IntMap" ,
58
58
" scala/collection/immutable/List.canBuildFrom()." -> " scala.collection.immutable.List" ,
You can’t perform that action at this time.
0 commit comments