Add junctions to the possible managed dependency list.
This commit is contained in:
parent
d2a594fb57
commit
db7258f887
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user