From 4c2b0a90326e15b1052232e95159f5d5a93a986b Mon Sep 17 00:00:00 2001 From: Jim Lawson Date: Thu, 22 Oct 2015 09:57:02 -0700 Subject: [PATCH] Add ability to generate libraryDependency on cde. --- uncore/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uncore/build.sbt b/uncore/build.sbt index a889e7a6..120670b5 100644 --- a/uncore/build.sbt +++ b/uncore/build.sbt @@ -7,7 +7,7 @@ name := "uncore" scalaVersion := "2.11.6" // Provide a managed dependency on X if -DXVersion="" is supplied on the command line. -libraryDependencies ++= (Seq("chisel","junctions").map { +libraryDependencies ++= (Seq("chisel","junctions","cde").map { dep: String => sys.props.get(dep + "Version") map { "edu.berkeley.cs" %% dep % _ }}).flatten site.settings