From 3d6a060dc37ad0059e808278b668e5d0a0761d1d Mon Sep 17 00:00:00 2001 From: Albert Ou Date: Mon, 10 Aug 2015 23:52:58 -0700 Subject: [PATCH] Bump Scala to 2.11.6 This change, originally part of commit b978083, was excluded from the merge at commit 47494ec. --- rocket/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocket/build.sbt b/rocket/build.sbt index 4a8e9378..bfc36cc5 100644 --- a/rocket/build.sbt +++ b/rocket/build.sbt @@ -4,7 +4,7 @@ version := "1.2" name := "rocket" -scalaVersion := "2.10.2" +scalaVersion := "2.11.6" libraryDependencies ++= (Seq("chisel", "hardfloat", "uncore", "junctions").map { dep: String => sys.props.get(dep + "Version") map { "edu.berkeley.cs" %% dep % _ }}).flatten