Skip to content

Commit

Permalink
Bumped sbt pgp.
Browse files Browse the repository at this point in the history
  • Loading branch information
yangzai committed Dec 9, 2018
1 parent 7e92eac commit 9a59469
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.sbt
Expand Up @@ -17,7 +17,6 @@ lazy val root = project in file(".") aggregate(core, contrib) dependsOn core set
name := "wartremover-suppressor"
)

useGpg := true
ThisBuild / publishTo := sonatypePublishTo.value

import ReleaseTransformations._
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
@@ -1,4 +1,4 @@
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.3.7")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.0-M2")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.3")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.10")

0 comments on commit 9a59469

Please sign in to comment.