aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorvlad <vlad@drivergrp.com>2016-10-21 15:39:22 -0400
committervlad <vlad@drivergrp.com>2016-10-21 15:39:22 -0400
commit5c7b4b693634bfef97db11014a5cfbac66095b5c (patch)
treec613655216683d580706474bf7f9d90a2712211c /README.md
parent8c37ed05420a5171058031ede2165ae4d3922afb (diff)
downloadsbt-settings-5c7b4b693634bfef97db11014a5cfbac66095b5c.tar.gz
sbt-settings-5c7b4b693634bfef97db11014a5cfbac66095b5c.tar.bz2
sbt-settings-5c7b4b693634bfef97db11014a5cfbac66095b5c.zip
Fixing scalafmt config format + removing test-all key
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b11e66e..4f138a5 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ Do `sbt reload` after adding a plugin and configure a project:
lazy val root = (project in file("."))
.settings (name := "Name-Of-Your-Project")
- .integrationTestingConfiguration // Enable integration tests, test-all command
+ .integrationTestingConfiguration // Enable integration tests
.buildInfoConfiguration // Build info accessible in app code