aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorFederico Igne <federico.igne@cs.ox.ac.uk>2021-01-08 17:50:57 +0000
committerFederico Igne <federico.igne@cs.ox.ac.uk>2021-01-08 17:50:57 +0000
commit35f41c0529f65c4b3ee941e087d497a931d17d9e (patch)
treeab950ccc9a3457a4c60b0d4941dd080301cca13f /project/plugins.sbt
parentb0e195336a950095a733f32bf07754254ed08a37 (diff)
downloadRSAComb-35f41c0529f65c4b3ee941e087d497a931d17d9e.tar.gz
RSAComb-35f41c0529f65c4b3ee941e087d497a931d17d9e.zip
Add sbt plugin to create jar with dependences
Also update README.md with info on how to compile and run the program.
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt1
1 files changed, 1 insertions, 0 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
new file mode 100644
index 0000000..72477a2
--- /dev/null
+++ b/project/plugins.sbt
@@ -0,0 +1 @@
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.15.0")