Description: Use scala 2.11
 Rely on scala 2.11 which is default in Debian Unstable and use available level
 of library scalatest based on scala 2.11
Author: Frederic Bonnard <frediz@linux.vnet.ibm.com>
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/build.sbt
+++ b/build.sbt
@@ -6,7 +6,7 @@
 
 description := "Uniform test interface to Scala/Java test frameworks (specs, ScalaCheck, ScalaTest, JUnit and other)"
 
-scalaVersion := "2.10.2"
+scalaVersion := "2.11.0"
 
 // disable using the Scala version in output paths and artifacts
 crossPaths := false
@@ -23,7 +23,7 @@
   else                             Some("publish-releases" at nexus + "service/local/staging/deploy/maven2")
 }
 
-libraryDependencies += "org.scalatest" % "scalatest_2.10" % "2.0.M6-SNAP24" % "test"
+libraryDependencies += "org.scalatest" % "scalatest_2.11" % "2.1.3" % "test"
 
 publishMavenStyle := true
 
