mirror of
https://github.com/xerial/snappy-java.git
synced 2025-07-06 21:54:31 +02:00
* Upgrade to snappy-1.1.9 * Add sbt-dynver * Fix script so as not to requrie perl * Upgrade bitshuffle to 0.5.1 * use bitshuffle 0.3.4, which can be compiled without errors * Add native library build workflow
7 lines
355 B
Scala
Executable File
7 lines
355 B
Scala
Executable File
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0")
|
|
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.17")
|
|
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
|
|
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.6")
|
|
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
|
|
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
|