From 6ec17cbe501e4ff2c15d324429e0caf1c0251bfe Mon Sep 17 00:00:00 2001 From: Johannes Rudolph Date: Tue, 10 Jul 2018 17:08:49 +0200 Subject: Build with 2.12 by default --- build.sbt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index eeda968..c46578a 100644 --- a/build.sbt +++ b/build.sbt @@ -16,8 +16,6 @@ startYear := Some(2011) licenses := Seq("Apache 2" -> new URL("http://www.apache.org/licenses/LICENSE-2.0.txt")) -scalaVersion := "2.11.12" - scalacOptions ++= Seq("-feature", "-language:_", "-unchecked", "-deprecation", "-Xlint", "-encoding", "utf8") resolvers += Opts.resolver.sonatypeReleases @@ -77,7 +75,7 @@ mimaBinaryIssueFilters := Seq( // publishing /////////////// -crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.6", "2.13.0-M3") +crossScalaVersions := Seq("2.12.6", "2.10.7", "2.11.12", "2.13.0-M3") scalaBinaryVersion := { val sV = scalaVersion.value -- cgit v1.2.3