Updated Full Configuration (Draft) (markdown)

jlcheng 2011-10-18 08:10:46 -07:00
parent 3a43d20142
commit 471a88c7dd
1 changed files with 1 additions and 1 deletions

@ -69,7 +69,7 @@ import sbt._
import Keys._
object MyBuild extends Build {
lazy val projectA = Project("a", file("subA"), settings = Seq(name := "From Scratch"))
lazy val projectA = Project("a", file("subA")) settings (name := "From Scratch")
}
```