From d2f0f997df4487b556ef39b447cac36978bf9821 Mon Sep 17 00:00:00 2001 From: Johannes Rudolph Date: Thu, 26 Jul 2018 14:32:38 +0200 Subject: Remove 2.13.0-M3 support for now Isn't current any more and support for 2.13.0-M4 will be added later. --- build.sbt | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt index 5e0c75b..30dc3d2 100644 --- a/build.sbt +++ b/build.sbt @@ -20,14 +20,6 @@ scalacOptions ++= Seq("-feature", "-language:_", "-unchecked", "-deprecation", " resolvers += Opts.resolver.sonatypeReleases -libraryDependencies ++= - (CrossVersion.partialVersion(scalaVersion.value) match { - case Some((2, n)) if n >= 13 => - Seq("org.scala-lang.modules" %% "scala-parallel-collections" % "0.1.2") - case _ => - Nil - }) - libraryDependencies ++= (CrossVersion.partialVersion(scalaVersion.value) match { case Some((2, 10)) => Seq( "org.specs2" %% "specs2-core" % "3.8.9" % "test", @@ -75,7 +67,7 @@ mimaBinaryIssueFilters := Seq( // publishing /////////////// -crossScalaVersions := Seq("2.12.6", "2.10.7", "2.11.12", "2.13.0-M3") +crossScalaVersions := Seq("2.12.6", "2.10.7", "2.11.12") publishMavenStyle := true -- cgit v1.2.3