Skip to content

Commit

Permalink
add project assembly dep
Browse files Browse the repository at this point in the history
  • Loading branch information
rachitnigam committed Feb 6, 2019
1 parent 1bb3e85 commit 28f753f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*.class
*.log
target/
project/
project/{target/,project/}

tags

Expand Down
1 change: 1 addition & 0 deletions project/assembly.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.9")

0 comments on commit 28f753f

Please sign in to comment.