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
17
17
- [ Scala] Updated ` scala-collection-compat ` dependency to 2.9.0
18
18
- [ Build] Updated ` scalafmt ` dependency to 2.5.0
19
19
- [ 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
20
22
21
23
### Deprecated
22
24
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.0")
5
5
addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.0" )
6
6
7
7
// 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 " )
9
9
10
10
// Release
11
11
addSbtPlugin(" com.github.gseitz" % " sbt-release" % " 1.0.13" )
12
12
13
13
// Publishing
14
14
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 " )
You can’t perform that action at this time.
0 commit comments