Skip to content

Commit

Permalink
add release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
t3hnar committed Sep 7, 2019
1 parent 657a4fb commit 9c92107
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project/plugins.sbt
Expand Up @@ -2,6 +2,8 @@ externalResolvers += Resolver.bintrayIvyRepo("evolutiongaming", "sbt-plugins")

addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.2")

addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.11")

addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.6")

addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.0-M2")
Expand Down

0 comments on commit 9c92107

Please sign in to comment.