Skip to content

Commit

Permalink
Kill scala-collection-compat (#2488)
Browse files Browse the repository at this point in the history
  • Loading branch information
travisbrown authored and kailuowang committed Sep 12, 2018
1 parent f285048 commit c138c01
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ lazy val commonSettings = Seq(
Resolver.sonatypeRepo("releases"),
Resolver.sonatypeRepo("snapshots")),
fork in test := true,
libraryDependencies ++= Seq(
"org.scala-lang.modules" %% "scala-collection-compat" % "0.1.1"),
parallelExecution in Test := false,
scalacOptions in (Compile, doc) := (scalacOptions in (Compile, doc)).value.filter(_ != "-Xfatal-warnings"),
//todo: reenable doctests on 2.13 once it's officially released. it's disabled for now due to changes to the `toString` impl of collections
Expand Down

0 comments on commit c138c01

Please sign in to comment.