Skip to content

Commit

Permalink
downgrade sbt-pgp to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Nizhnik committed Mar 10, 2020
1 parent 1b79817 commit 4bbd862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.11")

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

addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.0")

addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.0.3")

Expand Down

0 comments on commit 4bbd862

Please sign in to comment.