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