Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ca49d5e

Browse files
committedFeb 3, 2025··
build: revert sbt-release plugin
1 parent 2ff3aa1 commit ca49d5e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

‎CHANGELOG.md

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
3333
- [Build] chore(deps): update dependency com.github.sbt:sbt-pgp to v2.3.1
3434
- [Build] chore(deps): update dependency scalafmt to v3.8.6
3535
- [Build] chore(deps): update dependency org.scalameta:sbt-scalafmt to v2.5.4
36-
- [Build] use new groupId for sbt-release plugin and bump to v1.4.0
3736

3837
## [8.25.1] (2024-10-10)
3938

‎project/plugins.sbt

+1-1
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.sbt" % "sbt-release" % "1.4.0")
11+
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13")
1212

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

0 commit comments

Comments
 (0)
Please sign in to comment.