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
1313
1414### Changed
1515
16+ - [ Scala] Upgrade ` scala-collection-compat ` to 2.7.0
1617- [ Build] Upgrade ` mockito-scala ` to 1.17.5
1718- [ Build] Upgrade workflows ` setup-java ` to v3
1819- [ Build] Upgrade ` sbt-sonatype ` to 3.9.11
20+ - [ Build] Remove custom gpg command used in releases
1921
2022### Deprecated
2123
Original file line number Diff line number Diff line change @@ -144,9 +144,6 @@ ThisBuild / versionPolicyIntention := Compatibility.BinaryAndSourceCompatible
144144Global / publishMavenStyle := true
145145Global / publishTo := sonatypePublishToBundle.value
146146
147- // https://github.com/sbt/sbt-pgp/issues/173
148- Global / PgpKeys .gpgCommand := (baseDirectory.value / " gpg.sh" ).getAbsolutePath
149-
150147// https://github.com/xerial/sbt-sonatype#using-with-sbt-release-plugin
151148releaseCrossBuild := true
152149releaseProcess := Seq [ReleaseStep ](
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments