1
0

Bump Scala to 2.11.6

This change, originally part of commit b978083, was excluded from the
merge at commit 47494ec.
This commit is contained in:
Albert Ou 2015-08-10 23:52:58 -07:00
parent cab12635f8
commit 3d6a060dc3

View File

@ -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