Skip to content

Commit f4aeec9

Browse files
committed
chore: 🤖 Upgrade sbt sonatype
1 parent 9a70846 commit f4aeec9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
1616
- [Core] Updated `cucumber-core` dependency to [7.10.0](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
1717
- [Scala] Updated `scala-collection-compat` dependency to 2.9.0
1818
- [Build] Updated `scalafmt` dependency to 2.5.0
19+
- [Build] Updated `sbt-sonatype` dependency to 3.9.15
1920

2021
### Deprecated
2122

‎project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "2.0.1")
1111
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13")
1212

1313
// Publishing
14-
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.13")
14+
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.15")
1515
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")

0 commit comments

Comments
 (0)