aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorvlad <vlad@drivergrp.com>2016-08-10 10:19:01 -0700
committervlad <vlad@drivergrp.com>2016-08-10 10:19:01 -0700
commitdcb8a3a73982e5229ce7034eddf88da00862cd15 (patch)
tree2fcae8ca22c17a91b57353a97954bca364ac2a75 /README.md
parent9ef3f3e1b1842913474a34dd45b9bb22d33b319a (diff)
downloadsbt-settings-dcb8a3a73982e5229ce7034eddf88da00862cd15.tar.gz
sbt-settings-dcb8a3a73982e5229ce7034eddf88da00862cd15.tar.bz2
sbt-settings-dcb8a3a73982e5229ce7034eddf88da00862cd15.zip
Separated settings for publication and dependencies
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index a3d9eb4..33868ab 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,10 @@ Provides common sbt configuration for sbt itself, Scala compiler, testing, linti
.packagingConfiguration // Currently packages to zip file as java server app
+ .settings(repositoriesSettings) // To use dependencies from Driver jar repository
+
+ .settings(publicationSettings) // Publishing to Driver jar repository
+
.settings(releaseSettings) // Release process configuration
.dockerConfiguration // Docker containerization settings