File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.0")
55addSbtPlugin(" 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
1111addSbtPlugin(" com.github.gseitz" % " sbt-release" % " 1.0.13" )
1212
1313// Publishing
1414addSbtPlugin(" 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 " )
You can’t perform that action at this time.
0 commit comments