From fb718f03c14471f522a5f9e1f8f1742b8a2b98f1 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Mon, 3 Aug 2015 19:50:58 -0700 Subject: [PATCH] bump scala to 2.11.6 --- uncore/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uncore/build.sbt b/uncore/build.sbt index 6e53ae86..a889e7a6 100644 --- a/uncore/build.sbt +++ b/uncore/build.sbt @@ -4,7 +4,7 @@ version := "2.0" name := "uncore" -scalaVersion := "2.10.2" +scalaVersion := "2.11.6" // Provide a managed dependency on X if -DXVersion="" is supplied on the command line. libraryDependencies ++= (Seq("chisel","junctions").map {