sbt/project/plugins.sbt

4 lines
173 B
Plaintext
Raw Normal View History

2020-12-02 06:00:15 +01:00
addSbtPlugin("org.foundweekends" %% "sbt-bintray" % "0.6.1")
2020-12-02 09:45:42 +01:00
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.1.0-M1")
2020-12-02 06:00:15 +01:00
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.4")