1
0

Add junctions to the possible managed dependency list.

This commit is contained in:
Jim Lawson 2015-07-30 15:11:23 -07:00
parent d2a594fb57
commit db7258f887

View File

@ -6,5 +6,5 @@ name := "rocket"
scalaVersion := "2.10.2"
libraryDependencies ++= (Seq("chisel", "hardfloat", "uncore").map {
libraryDependencies ++= (Seq("chisel", "hardfloat", "uncore", "junctions").map {
dep: String => sys.props.get(dep + "Version") map { "edu.berkeley.cs" %% dep % _ }}).flatten