From 8fe4917d8e074f18606dfa51b6eb4b0e51a33932 Mon Sep 17 00:00:00 2001 From: Jim Lawson Date: Thu, 22 Oct 2015 09:52:26 -0700 Subject: [PATCH] Add ability to generate libraryDependency on cde. --- junctions/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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