From 51ad98bec734a5e94befb6666c8783b97031c106 Mon Sep 17 00:00:00 2001 From: Roland Ewald Date: Mon, 5 Aug 2013 11:39:15 +0200 Subject: [PATCH] Cross-compiled Scala versions: removed 2.8.0, added 2.10.2. Compiling the former fails with a more recent version of sbt (tested with 0.12.4). --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 81677b3..3a43086 100644 --- a/build.sbt +++ b/build.sbt @@ -8,10 +8,10 @@ version := "1.0.7" scalaVersion := "2.9.1" crossScalaVersions := Seq( - "2.8.0", "2.8.1", "2.9.0-1", - "2.9.1") + "2.9.1", + "2.10.2") libraryDependencies ++= Seq( "org.slf4j" % "slf4j-api" % "1.6.1")