File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,11 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
13
13
14
14
### Changed
15
15
16
+ - [ Scala] Upgrade ` scala-collection-compat ` to 2.7.0
16
17
- [ Build] Upgrade ` mockito-scala ` to 1.17.5
17
18
- [ Build] Upgrade workflows ` setup-java ` to v3
18
19
- [ Build] Upgrade ` sbt-sonatype ` to 3.9.11
20
+ - [ Build] Remove custom gpg command used in releases
19
21
20
22
### Deprecated
21
23
Original file line number Diff line number Diff line change @@ -144,9 +144,6 @@ ThisBuild / versionPolicyIntention := Compatibility.BinaryAndSourceCompatible
144
144
Global / publishMavenStyle := true
145
145
Global / publishTo := sonatypePublishToBundle.value
146
146
147
- // https://github.com/sbt/sbt-pgp/issues/173
148
- Global / PgpKeys .gpgCommand := (baseDirectory.value / " gpg.sh" ).getAbsolutePath
149
-
150
147
// https://github.com/xerial/sbt-sonatype#using-with-sbt-release-plugin
151
148
releaseCrossBuild := true
152
149
releaseProcess := Seq [ReleaseStep ](
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments