Skip to content

Commit 05b2f9a

Browse files
Update sbt-pgp to 2.1.1 (#4)
Co-authored-by: kenji yoshida <[email protected]>
1 parent 683e154 commit 05b2f9a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: build.sbt

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import sbtrelease._
22
import xerial.sbt.Sonatype._
33
import ReleaseStateTransformations._
4-
import com.typesafe.sbt.pgp.PgpKeys
54
import build._
65

76
ReleasePlugin.extraReleaseCommands

Diff for: project/plugin.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2-1")
1+
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.1.1")
22
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.3")
33
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.3")
44

0 commit comments

Comments
 (0)