From db7258f8871537b821c3909dd539f35dbf70e7d4 Mon Sep 17 00:00:00 2001 From: Jim Lawson Date: Thu, 30 Jul 2015 15:11:23 -0700 Subject: [PATCH] Add junctions to the possible managed dependency list. --- rocket/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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