Add ability to generate libraryDependency on cde.
This commit is contained in:
parent
9c3cd8f9fe
commit
8fe4917d8e
@ -7,7 +7,7 @@ name := "junctions"
|
|||||||
scalaVersion := "2.11.6"
|
scalaVersion := "2.11.6"
|
||||||
|
|
||||||
// Provide a managed dependency on chisel if -DchiselVersion="" is supplied on the command line.
|
// 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
|
dep: String => sys.props.get(dep + "Version") map { "edu.berkeley.cs" %% dep % _ }}).flatten
|
||||||
|
|
||||||
site.settings
|
site.settings
|
||||||
|
Loading…
Reference in New Issue
Block a user