From 121ed1506887295fff7276f27b97e29963ba96b5 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Mon, 5 Dec 2022 22:23:15 -0500 Subject: [PATCH] Readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ba21c5..d7884b2 100644 --- a/README.md +++ b/README.md @@ -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"`.