diff --git a/junctions/build.sbt b/junctions/build.sbt index cd79f1ee..bae39ed9 100644 --- a/junctions/build.sbt +++ b/junctions/build.sbt @@ -7,7 +7,7 @@ name := "junctions" scalaVersion := "2.11.6" // Provide a managed dependency on chisel if -DchiselVersion="" is supplied on the command line. -libraryDependencies ++= (Seq("chisel").map { +libraryDependencies ++= (Seq("chisel","cde").map { dep: String => sys.props.get(dep + "Version") map { "edu.berkeley.cs" %% dep % _ }}).flatten site.settings