From 45672ff730516dd28416cb3a5f5c2c8be1d3e0b5 Mon Sep 17 00:00:00 2001 From: Mathias Date: Wed, 6 May 2015 12:04:14 +0200 Subject: Upgrade to SBT 0.13.8 and Scala 2.11.6 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt index 45e2fa8..87a4786 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ startYear := Some(2011) licenses := Seq("Apache 2" -> new URL("http://www.apache.org/licenses/LICENSE-2.0.txt")) -scalaVersion := "2.11.5" +scalaVersion := "2.11.6" scalacOptions ++= Seq("-feature", "-language:_", "-unchecked", "-deprecation", "-encoding", "utf8") @@ -46,7 +46,7 @@ OsgiKeys.additionalHeaders := Map("-removeheaders" -> "Include-Resource,Private- // publishing /////////////// -crossScalaVersions := Seq("2.10.4", "2.11.2") +crossScalaVersions := Seq("2.10.5", "2.11.6") scalaBinaryVersion <<= scalaVersion(sV => if (CrossVersion.isStable(sV)) CrossVersion.binaryScalaVersion(sV) else sV) -- cgit v1.2.3