sbt/project/plugins.sbt

4 lines
170 B
Plaintext
Raw Normal View History

2020-12-02 06:00:15 +01:00
addSbtPlugin("org.foundweekends" %% "sbt-bintray" % "0.6.1")
2020-12-03 02:29:40 +01:00
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.1.1")
2020-12-02 06:00:15 +01:00
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.4")