Skip to content

Commit 7669f22

Browse files
committed
Update CHANGELOG and docs for v8.39.0
1 parent c2739dd commit 7669f22

3 files changed

Lines changed: 12 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,20 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
1313

1414
### Changed
1515

16-
- [Core] Update `cucumber-core` dependency to [7.34.2](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
17-
- [Scala] Test against Jackson 2.21.0 and 3.0.4
18-
- [Internal] Upgrade to JUnit 6.0.2
19-
2016
### Deprecated
2117

2218
### Removed
2319

2420
### Fixed
2521

22+
## [8.39.0] (2026-01-30)
23+
24+
### Changed
25+
26+
- [Core] Update `cucumber-core` dependency to [7.34.2](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
27+
- [Scala] Test against Jackson 2.21.0 and 3.0.4
28+
- [Internal] Upgrade to JUnit 6.0.2
29+
2630
## [8.38.0] (2025-12-10)
2731

2832
### Changed
@@ -830,6 +834,7 @@ _Although there is no visible change from a user perspective, there are signific
830834
<!-- Releases -->
831835
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.30.2-SNAPSHOT...HEAD
832836
[8.31.0-SNAPSHOT]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.30.2...v8.31.0-SNAPSHOT
837+
[8.31.0-SNAPSHOT]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.39.0...v8.31.0-SNAPSHOT
833838
[8.31.0-SNAPSHOT]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.38.0...v8.31.0-SNAPSHOT
834839
[8.31.0-SNAPSHOT]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.37.0...v8.31.0-SNAPSHOT
835840
[8.31.0-SNAPSHOT]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.36.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.38.0" % Test
10+
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "8.39.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.38.0</version>
21+
<version>8.39.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.38.1-SNAPSHOT"
1+
ThisBuild / version := "8.39.0"

0 commit comments

Comments
 (0)