3 lines
200 B
Scala
3 lines
200 B
Scala
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.4.1")
|
|
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.12")
|
|
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.10.0-RC1") |