mirror of
https://github.com/xerial/snappy-java.git
synced 2025-04-08 19:35:08 +02:00
9 lines
491 B
Scala
Executable File
9 lines
491 B
Scala
Executable File
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.6")
|
|
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0")
|
|
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
|
|
addSbtPlugin("com.github.sbt" % "sbt-findbugs" % "2.0.0")
|
|
addSbtPlugin("com.github.sbt" % "sbt-jacoco" % "3.0.3")
|
|
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.2")
|
|
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC13")
|
|
addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.3.0")
|