explain a bit more how you'd create a setting without sbt finding it

Havoc Pennington 2011-10-18 16:26:59 -04:00
parent cce2704e9b
commit 37b07ec47c
1 changed files with 2 additions and 1 deletions

@ -28,7 +28,8 @@ transformed map. For example, if you transform a map with the setting
Settings must end up in the master list of settings to do any good (all
lines in a `build.sbt` automatically end up in the list, but in a
[[.scala file|Getting Started Full Def]] you can get it wrong).
[[.scala file|Getting Started Full Def]] you can get it wrong by
creating a `Setting` without putting it where sbt will find it).
## Appending to previous values: `+=` and `++=`