mirror of
https://github.com/xerial/snappy-java.git
synced 2025-09-20 00:27:43 +02:00
9 lines
493 B
Scala
Executable File
9 lines
493 B
Scala
Executable File
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.11")
|
|
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.3")
|
|
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.0-M2")
|
|
addSbtPlugin("com.github.sbt" % "sbt-findbugs" % "2.0.0")
|
|
addSbtPlugin("com.github.sbt" % "sbt-jacoco" % "3.1.0")
|
|
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.4")
|
|
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.1.0-M7")
|
|
addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.5.1")
|