diff --git a/rocket/build.sbt b/rocket/build.sbt index 33b49e0a..4a8e9378 100644 --- a/rocket/build.sbt +++ b/rocket/build.sbt @@ -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