From bfdbe01a8417903b3b2428eeeb7fdb5241a5f9c9 Mon Sep 17 00:00:00 2001 From: Travis Brown Date: Wed, 12 Sep 2018 17:03:50 +0200 Subject: [PATCH] Kill scala-collection-compat --- build.sbt | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.sbt b/build.sbt index 41c6d9b0bb..548a3f0cbd 100644 --- a/build.sbt +++ b/build.sbt @@ -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