aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Rudolph <johannes.rudolph@gmail.com>2017-08-17 12:16:29 +0200
committerJohannes Rudolph <johannes.rudolph@gmail.com>2017-08-17 12:16:29 +0200
commit2af19af3cd1a484c9ad38227018298f22cde06a9 (patch)
tree23cd79e17390211f7cdb4d272acf2e179fce5a4b
parenta51dd7b3b8d2970438da8b99a50f8cb7c5da15f3 (diff)
downloadsbt-boilerplate-2af19af3cd1a484c9ad38227018298f22cde06a9.tar.gz
sbt-boilerplate-2af19af3cd1a484c9ad38227018298f22cde06a9.tar.bz2
sbt-boilerplate-2af19af3cd1a484c9ad38227018298f22cde06a9.zip
add note that sbt-boilerplate support sbt 0.13 and 1.0
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index e6df717..bee5459 100644
--- a/README.md
+++ b/README.md
@@ -76,6 +76,8 @@ This now expands correctly to
## Usage
+sbt-boilerplate currently supports sbt 0.13.x and 1.0.x.
+
Put
addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.6.1")