Skip to content

Commit d13b4e0

Browse files
committed
chore: 🤖 Upgrade sbt-pgp and sbt-vesrion-policy
1 parent f4aeec9 commit d13b4e0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

‎CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
1717
- [Scala] Updated `scala-collection-compat` dependency to 2.9.0
1818
- [Build] Updated `scalafmt` dependency to 2.5.0
1919
- [Build] Updated `sbt-sonatype` dependency to 3.9.15
20+
- [Build] Updated `sbt-version-policy` dependency to 2.1.0
21+
- [Build] Updated `sbt-pgp` dependency to 2.2.1
2022

2123
### Deprecated
2224

‎project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.0")
55
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
66

77
// Version policy check
8-
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "2.0.1")
8+
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "2.1.0")
99

1010
// Release
1111
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13")
1212

1313
// Publishing
1414
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.15")
15-
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
15+
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")

0 commit comments

Comments
 (0)