Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Dec 6, 2022
1 parent 566037a commit 121ed15
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ Some OSS repositories (e.g. Sonatype) will require that you sign artifacts with
Setup
-----

[![sbt-pgp Scala version support](https://index.scala-lang.org/sbt/sbt-pgp/sbt-pgp/latest-by-scala-version.svg?targetType=Sbt)](https://index.scala-lang.org/sbt/sbt-pgp/sbt-pgp)


Add the following to your `project/plugins.sbt` file:

```scala
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "x.y.z")
```

**Note**: We changed the organization from `"com.jsuereth"` to `"com.github.sbt"`.
Expand Down

0 comments on commit 121ed15

Please sign in to comment.