diff options
author | Federico Igne <federico.igne@cs.ox.ac.uk> | 2021-01-08 17:50:57 +0000 |
---|---|---|
committer | Federico Igne <federico.igne@cs.ox.ac.uk> | 2021-01-08 17:50:57 +0000 |
commit | 35f41c0529f65c4b3ee941e087d497a931d17d9e (patch) | |
tree | ab950ccc9a3457a4c60b0d4941dd080301cca13f /project/plugins.sbt | |
parent | b0e195336a950095a733f32bf07754254ed08a37 (diff) | |
download | RSAComb-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.sbt | 1 |
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") | |||