Fix typo (juntion -> junctions).
This commit is contained in:
parent
c70b495f6d
commit
4c0f996808
@ -7,7 +7,7 @@ name := "uncore"
|
|||||||
scalaVersion := "2.10.2"
|
scalaVersion := "2.10.2"
|
||||||
|
|
||||||
// Provide a managed dependency on X if -DXVersion="" is supplied on the command line.
|
// 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
|
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