Skip to content

Commit c9ae31b

Browse files
committed
add link to sbt-pgp in publish instructions
1 parent 2cce683 commit c9ae31b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

PUBLISH.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ After this you should have this these files `~/.sbt/gpg`:
4545

4646
```
4747
$ cat ~/.sbt/1.0/plugins/gpg.sbt
48-
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1")
48+
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.0")
4949
5050
$ cat ~/.sbt/sonatype_credential
5151
realm=Sonatype Nexus Repository Manager
@@ -62,8 +62,9 @@ openpgp-revocs.d pubring.asc trustdb.gpg
6262
6363
```
6464

65-
Here is some more info on (unnecessary) config that was **NOT** used:
66-
* https://www.scala-sbt.org/sbt-pgp/usage.html
65+
* See more info here:
66+
- https://github.com/sbt/sbt-pgp#configuration-signing-key
67+
- https://www.scala-sbt.org/sbt-pgp/usage.html
6768

6869
## How to publish
6970

0 commit comments

Comments
 (0)