Skip to content

Commit df67b41

Browse files
committed
chore: use new groupid for sbt-release plugin
1 parent d146b06 commit df67b41

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
@@ -23,6 +23,7 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
2323
- [Build] chore(deps): update dependency com.github.sbt:sbt-pgp to v2.3.1
2424
- [Build] chore(deps): update dependency scalafmt to v3.8.6
2525
- [Build] chore(deps): update dependency org.scalameta:sbt-scalafmt to v2.5.4
26+
- [Build] use new groupId for sbt-release plugin and bump to v1.4.0
2627

2728
### Deprecated
2829

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
88
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1")
99

1010
// Release
11-
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13")
11+
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
1212

1313
// Publishing
1414
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")

0 commit comments

Comments
 (0)