Skip to content

Commit be7d58a

Browse files
committed
Update CHANGELOG and docs for v8.33.0
1 parent da7f330 commit be7d58a

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,24 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
1111

1212
### Added
1313

14-
- [Scala] `ScalaSnippet` now implements `language()` method from `io.cucumber.core.backend.Snippet`
15-
1614
### Changed
1715

18-
- [Core] Update `cucumber-core` dependency to [7.29.0](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
19-
2016
### Deprecated
2117

2218
### Removed
2319

2420
### Fixed
2521

22+
## [8.33.0] (2025-09-22)
23+
24+
### Added
25+
26+
- [Scala] `ScalaSnippet` now implements `language()` method from `io.cucumber.core.backend.Snippet`
27+
28+
### Changed
29+
30+
- [Core] Update `cucumber-core` dependency to [7.29.0](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
31+
2632
## [8.32.2] (2025-09-09)
2733

2834
### Changed
@@ -782,6 +788,7 @@ _Although there is no visible change from a user perspective, there are signific
782788
<!-- Releases -->
783789
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.30.2-SNAPSHOT...HEAD
784790
[8.31.0-SNAPSHOT]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.30.2...v8.31.0-SNAPSHOT
791+
[8.31.0-SNAPSHOT]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.33.0...v8.31.0-SNAPSHOT
785792
[8.31.0-SNAPSHOT]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.32.2...v8.31.0-SNAPSHOT
786793
[8.31.0-SNAPSHOT]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.32.1...v8.31.0-SNAPSHOT
787794
[8.31.0-SNAPSHOT]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.32.0...v8.31.0-SNAPSHOT

docs/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
To use Cucumber Scala in your project, add the following line to your `build.sbt`:
88

99
```scala
10-
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "8.32.2" % Test
10+
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "8.33.0" % Test
1111
```
1212

1313
### Maven
@@ -18,7 +18,7 @@ To use Cucumber Scala in your project, add the following dependency to your `pom
1818
<dependency>
1919
<groupId>io.cucumber</groupId>
2020
<artifactId>cucumber-scala_2.13</artifactId>
21-
<version>8.32.2</version>
21+
<version>8.33.0</version>
2222
<scope>test</scope>
2323
</dependency>
2424
```

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ThisBuild / version := "8.32.3-SNAPSHOT"
1+
ThisBuild / version := "8.33.0"

0 commit comments

Comments
 (0)