snappy-java/project/plugins.sbt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
301 B
Plaintext
Raw Normal View History

2023-05-16 22:13:24 +02:00
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
2022-06-02 08:39:36 +02:00
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.6")
2023-01-28 02:17:51 +01:00
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
2023-06-16 23:55:43 +02:00
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1")