Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
Update sbt-pgp to 2.2.1 (#421)
Browse files Browse the repository at this point in the history
Co-authored-by: Scala Steward <scala-steward@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and scala-steward committed Jan 3, 2023
1 parent aa08e33 commit 417c1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
@@ -1,7 +1,7 @@
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.3")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.15")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.0")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
addSbtPlugin("com.localytics" % "sbt-dynamodb" % "2.0.3")

scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature")

0 comments on commit 417c1ad

Please sign in to comment.