Skip to content

Commit e5763b2

Browse files
Update sbt-pgp to 2.2.0 (#683)
* Update sbt-pgp to 2.2.0 * Revert commit(s) d0535a5 * Update sbt-pgp to 2.2.0
1 parent 5aabe40 commit e5763b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.14")
2-
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
2+
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.0")
33
// TODO: Fixes jacoco error:
44
// java.lang.NoClassDefFoundError: Could not initialize class org.jacoco.core.internal.flow.ClassProbesAdapter
55
//addSbtPlugin("com.github.sbt" % "sbt-jacoco" % "3.3.0")

0 commit comments

Comments
 (0)