Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cucumber/cucumber-jvm-scala
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.26.1
Choose a base ref
...
head repository: cucumber/cucumber-jvm-scala
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.26.2
Choose a head ref
  • 15 commits
  • 8 files changed
  • 2 contributors

Commits on Feb 10, 2025

  1. 🏗️ build: prepare next release

    gaeljw committed Feb 10, 2025
    Copy the full SHA
    2346598 View commit details

Commits on Feb 16, 2025

  1. chore(deps): update dependency scalafmt to v3.9.0

    renovate[bot] authored Feb 16, 2025
    Copy the full SHA
    52d868c View commit details

Commits on Feb 21, 2025

  1. chore(deps): update dependency scalafmt to v3.9.1

    renovate[bot] authored Feb 21, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    9e70a55 View commit details

Commits on Mar 1, 2025

  1. chore(deps): update dependency scalafmt to v3.9.2

    renovate[bot] authored Mar 1, 2025
    Copy the full SHA
    7935f3b View commit details
  2. chore(deps): update dependency com.fasterxml.jackson.module:jackson-m…

    …odule-scala to v2.18.3
    renovate[bot] authored Mar 1, 2025
    Copy the full SHA
    77fe0df View commit details

Commits on Mar 4, 2025

  1. chore(deps): update dependency sbt/sbt to v1.10.9

    renovate[bot] authored Mar 4, 2025
    Copy the full SHA
    5774673 View commit details
  2. chore(deps): update dependency sbt/sbt to v1.10.10

    renovate[bot] authored Mar 4, 2025
    Copy the full SHA
    eed236d View commit details

Commits on Mar 7, 2025

  1. chore(deps): update dependency scalafmt to v3.9.3

    renovate[bot] authored Mar 7, 2025
    Copy the full SHA
    c8a2fde View commit details

Commits on Mar 14, 2025

  1. chore(deps): update dependency scalafmt to v3.9.4

    renovate[bot] authored Mar 14, 2025
    Copy the full SHA
    aab91d2 View commit details

Commits on Mar 16, 2025

  1. 🏗️ build: upgrade sbt-release plugin

    gaeljw committed Mar 16, 2025
    Copy the full SHA
    3484a4c View commit details
  2. Merge pull request #387 from cucumber/chore/upgrade-sbt-release-plugin

    🏗️ build: upgrade sbt-release plugin
    gaeljw authored Mar 16, 2025
    Copy the full SHA
    d59bb12 View commit details
  3. 📦 ci: upgrade action-publish-sbt

    gaeljw committed Mar 16, 2025
    Copy the full SHA
    15b9951 View commit details
  4. Merge pull request #388 from cucumber/chore/action-publish

    📦 ci: upgrade action-publish-sbt
    gaeljw authored Mar 16, 2025
    Copy the full SHA
    1b3d44c View commit details
  5. 📝 docs: update CHANGELOG

    gaeljw committed Mar 16, 2025
    Copy the full SHA
    d4eb156 View commit details
  6. Update CHANGELOG and docs for v8.26.2

    gaeljw committed Mar 16, 2025
    Copy the full SHA
    7c8b8a1 View commit details
Showing with 18 additions and 9 deletions.
  1. +1 −1 .github/workflows/release-sbt.yml
  2. +1 −1 .scalafmt.conf
  3. +9 −1 CHANGELOG.md
  4. +2 −1 build.sbt
  5. +2 −2 docs/install.md
  6. +1 −1 project/build.properties
  7. +1 −1 project/plugins.sbt
  8. +1 −1 version.sbt
2 changes: 1 addition & 1 deletion .github/workflows/release-sbt.yml
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ jobs:

- uses: sbt/setup-sbt@v1

- uses: cucumber/action-publish-sbt@v1.0.1
- uses: cucumber/action-publish-sbt@v1.0.2
with:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.8.6
version = 3.9.4

preset=default

10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -19,6 +19,13 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH

### Fixed

## [8.26.2] (2025-03-16)

### Changed

- [Build] update `action-publish-sbt`
- [Build] update `sbt-release`

## [8.26.1] (2025-02-10)

### Changed
@@ -673,7 +680,8 @@ _Although there is no visible change from a user perspective, there are signific
- [Build] Update Scala versions to 2.11.12 and 2.12.7 ([#11](https://github.com/cucumber/cucumber-jvm-scala/issues/11) Arturas Smorgun)

<!-- Releases -->
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.26.1...HEAD
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.26.2...HEAD
[8.26.2]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.26.1...v8.26.2
[8.26.1]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.26.0...v8.26.1
[8.26.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.25.1...v8.26.0
[8.25.1]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.25.0...v8.25.1
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ scalaVersion := scala213
// Library versions

val cucumberVersion = "7.21.1"
val jacksonVersion = "2.18.2"
val jacksonVersion = "2.18.3"
val mockitoScalaVersion = "1.17.37"
val junitVersion = "4.13.2"

@@ -193,6 +193,7 @@ Global / publishTo := sonatypePublishToBundle.value

// https://github.com/xerial/sbt-sonatype#using-with-sbt-release-plugin
releaseCrossBuild := true
releaseVersionBump := sbtrelease.Version.Bump.NextStable // Required since 1.4.0
releaseProcess := Seq[ReleaseStep](
checkSnapshotDependencies,
inquireVersions,
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
To use Cucumber Scala in your project, add the following line to your `build.sbt`:

```scala
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "8.26.1" % Test
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "8.26.2" % Test
```

### Maven
@@ -18,7 +18,7 @@ To use Cucumber Scala in your project, add the following dependency to your `pom
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-scala_2.13</artifactId>
<version>8.26.1</version>
<version>8.26.2</version>
<scope>test</scope>
</dependency>
```
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.7
sbt.version=1.10.10
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -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.gseitz" % "sbt-release" % "1.0.13")
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")

// Publishing
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "8.26.1"
ThisBuild / version := "8.26.2"