We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a199525 commit f30dd03Copy full SHA for f30dd03
project/plugins.sbt
@@ -14,9 +14,9 @@
14
* limitations under the License.
15
*/
16
17
-addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.0")
18
-addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.12")
19
-addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")
+addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
+addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0")
+addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0")
20
21
// sbt-jacoco - workaround related dependencies required to download
22
lazy val ow2Version = "9.5"
0 commit comments