From 935cbc4db32f3d02ee36e8e95d800168153293fa Mon Sep 17 00:00:00 2001 From: eugene yokota Date: Sun, 23 Mar 2014 13:18:00 -0700 Subject: [PATCH] Updated User Stories: Build Level (markdown) --- User-Stories:-Build-Level.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/User-Stories:-Build-Level.md b/User-Stories:-Build-Level.md index 26acf7b..eac8360 100644 --- a/User-Stories:-Build-Level.md +++ b/User-Stories:-Build-Level.md @@ -44,7 +44,7 @@ When she launches sbt, sbt-idea is not loaded automatically. When she launches sbt with `sbt.buildLevel=+idea`, the plugin is loaded. -## User Story: Scaling down the build down to minimal +## User Story: Scaling the build down to minimal User splits up her `*.sbt` into `compile.sbt`, `test.sbt`, and `publish.sbt`, `project/plugins.sbt` into `compile.sbt`, `test.sbt` and `publish.sbt` each set to an appropriate `buildLevel`.