From dcb8a3a73982e5229ce7034eddf88da00862cd15 Mon Sep 17 00:00:00 2001 From: vlad Date: Wed, 10 Aug 2016 10:19:01 -0700 Subject: Separated settings for publication and dependencies --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3