1
0

Add ability to generate libraryDependency on cde.

This commit is contained in:
Jim Lawson 2015-10-22 09:52:26 -07:00
parent 9c3cd8f9fe
commit 8fe4917d8e

View File

@ -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