1
0

bump scala to 2.11.6

This commit is contained in:
Andrew Waterman 2015-08-03 19:51:08 -07:00
parent d4c94c6566
commit fb5524372d

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