mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-13 11:35:40 +01:00
Adding plugins.sbt file
This commit is contained in:
parent
17a4fe429b
commit
5c6bf18a48
1 changed files with 5 additions and 0 deletions
5
project/plugins.sbt
Normal file
5
project/plugins.sbt
Normal file
|
@ -0,0 +1,5 @@
|
|||
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.5.2")
|
||||
|
||||
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.11.2")
|
||||
|
||||
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.0.3")
|
Loading…
Add table
Reference in a new issue