From 37b07ec47c87a88e134217f3046f960880551692 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Tue, 18 Oct 2011 16:26:59 -0400 Subject: [PATCH] explain a bit more how you'd create a setting without sbt finding it --- Getting-Started/Getting-Started-More-About-Settings.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Getting-Started/Getting-Started-More-About-Settings.md b/Getting-Started/Getting-Started-More-About-Settings.md index 58a79e2..36f0bfa 100644 --- a/Getting-Started/Getting-Started-More-About-Settings.md +++ b/Getting-Started/Getting-Started-More-About-Settings.md @@ -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 `++=`