diff --git a/Full-Configuration.md b/Full-Configuration.md index 4db12c5..59a3743 100644 --- a/Full-Configuration.md +++ b/Full-Configuration.md @@ -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") } ```