Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Add deployment for plugin developers #103

Merged
merged 16 commits into from
Aug 7, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merged with branch develop.
  • Loading branch information
sebinside committed Aug 7, 2019
commit 8ba906c41379aeb5f2cf2a348a1e5501343ed6f4
4 changes: 4 additions & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.2")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.9")


// JSON lib (Jackson) used for parsing the GUI version in the package.json file
libraryDependencies += "org.json4s" %% "json4s-jackson" % "3.5.2"
You are viewing a condensed version of this merge commit. You can view the full changes here.