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.0
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.1
Choose a head ref
  • 5 commits
  • 5 files changed
  • 2 contributors

Commits on Feb 3, 2025

  1. build: prepare next release

    gaeljw committed Feb 3, 2025
    Copy the full SHA
    e42389d View commit details

Commits on Feb 7, 2025

  1. chore(deps): update cucumberversion to v7.21.1

    renovate[bot] authored Feb 7, 2025
    Copy the full SHA
    5dd8e24 View commit details
  2. chore(deps): update dependency io.cucumber:cucumber-core to v7.21.1

    renovate[bot] authored Feb 7, 2025
    Copy the full SHA
    5713fab View commit details

Commits on Feb 10, 2025

  1. 📝 docs: update CHANGELOG

    gaeljw committed Feb 10, 2025
    Copy the full SHA
    341bd1d View commit details
  2. Update CHANGELOG and docs for v8.26.1

    gaeljw committed Feb 10, 2025
    Copy the full SHA
    93b5cca View commit details
Showing with 13 additions and 6 deletions.
  1. +8 −1 CHANGELOG.md
  2. +1 −1 build.sbt
  3. +2 −2 docs/install.md
  4. +1 −1 project/build-dependencies.sbt
  5. +1 −1 version.sbt
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -19,6 +19,12 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH

### Fixed

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

### Changed

- [Core] Updated `cucumber-core` dependency to [7.21.1](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)

## [8.26.0] (2025-02-03)

### Changed
@@ -667,7 +673,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.0...HEAD
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.26.1...HEAD
[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
[8.25.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.24.0...v8.25.0
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ scalaVersion := scala213

// Library versions

val cucumberVersion = "7.21.0"
val cucumberVersion = "7.21.1"
val jacksonVersion = "2.18.2"
val mockitoScalaVersion = "1.17.37"
val junitVersion = "4.13.2"
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.0" % Test
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "8.26.1" % 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.0</version>
<version>8.26.1</version>
<scope>test</scope>
</dependency>
```
2 changes: 1 addition & 1 deletion project/build-dependencies.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
libraryDependencies += "io.cucumber" % "cucumber-core" % "7.21.0"
libraryDependencies += "io.cucumber" % "cucumber-core" % "7.21.1"
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.13.0"
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "8.26.0"
ThisBuild / version := "8.26.1"