Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit b73d3b1

Browse files
committed
Merge pull request #11 from wiecklabs/fix/sbt-pgp
The old sbt-pgp 0.8.3 is no longer supported in sbt 0.13.5+.
2 parents 7fb29d8 + a4fa913 commit b73d3b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.3")
1+
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
22

33
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.4.0")
44

0 commit comments

Comments
 (0)