Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rorschach.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2014-10-11 00:26:43 +0400
committerChris Rebert <code@rebertia.com>2014-10-11 00:26:43 +0400
commit2bc512d6efef1acd513dd1eb5c88777b3b5e7d95 (patch)
tree21bf3ee5e28ceee35cfa23f5785654a588a92038
parent27aa4bfda4e6e59a70ee6f8a319dd6350179b9b6 (diff)
add assembly plugin to sbt
-rw-r--r--project/plugins.sbt2
1 files changed, 2 insertions, 0 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index a11ab5d..c256b3f 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1 +1,3 @@
addSbtPlugin("io.spray" % "sbt-revolver" % "0.7.1")
+
+addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.11.2")