mirror of
https://github.com/fluencelabs/frank
synced 2025-04-24 14:02:13 +00:00
12 lines
356 B
Scala
12 lines
356 B
Scala
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.0.1")
|
|
|
|
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.2.0")
|
|
|
|
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.2")
|
|
|
|
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.9")
|
|
|
|
addSbtPlugin("ch.jodersky" % "sbt-jni" % "1.3.4")
|
|
|
|
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.4")
|