Skip to content

Commit

Permalink
build: revert sbt-release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
gaeljw committed Feb 3, 2025
1 parent 3d4afa3 commit 0f29187
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
- [Build] chore(deps): update dependency com.github.sbt:sbt-pgp to v2.3.1
- [Build] chore(deps): update dependency scalafmt to v3.8.6
- [Build] chore(deps): update dependency org.scalameta:sbt-scalafmt to v2.5.4
- [Build] use new groupId for sbt-release plugin and bump to v1.4.0

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

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1")

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

// Publishing
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")
Expand Down

0 comments on commit 0f29187

Please sign in to comment.