1
0

Fix typo (juntion -> junctions).

This commit is contained in:
Jim Lawson 2015-07-30 14:50:28 -07:00
parent c70b495f6d
commit 4c0f996808

View File

@ -7,7 +7,7 @@ name := "uncore"
scalaVersion := "2.10.2"
// Provide a managed dependency on X if -DXVersion="" is supplied on the command line.
libraryDependencies ++= (Seq("chisel","junction").map {
libraryDependencies ++= (Seq("chisel","junctions").map {
dep: String => sys.props.get(dep + "Version") map { "edu.berkeley.cs" %% dep % _ }}).flatten
site.settings