Skip to content

Commit d08503a

Browse files
committedSep 24, 2024
Update CHANGELOG and docs for v8.24.0
1 parent 2448741 commit d08503a

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed
 

‎CHANGELOG.md

+12-7
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,22 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
1313

1414
### Changed
1515

16-
- [Core] Updated `cucumber-core` dependency to [7.19.0](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
17-
- [Build] update dependency scala to v2.13.15
18-
- [Build] update dependency sbt/sbt to v1.10.2
19-
- [Build] update dependency org.xerial.sbt:sbt-sonatype to v3.11.3
20-
- [Build] update dependency scalafmt to v3.8.3
21-
2216
### Deprecated
2317

2418
### Removed
2519

2620
### Fixed
2721

22+
## [8.24.0] (2024-09-24)
23+
24+
### Changed
25+
26+
- [Core] Updated `cucumber-core` dependency to [7.19.0](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
27+
- [Build] update dependency scala to v2.13.15
28+
- [Build] update dependency sbt/sbt to v1.10.2
29+
- [Build] update dependency org.xerial.sbt:sbt-sonatype to v3.11.3
30+
- [Build] update dependency scalafmt to v3.8.3
31+
2832
## [8.23.1] (2024-07-19)
2933

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

635639
<!-- Releases -->
636-
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.23.1...HEAD
640+
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.24.0...HEAD
641+
[8.24.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.23.1...v8.24.0
637642
[8.23.1]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.23.0...v8.23.1
638643
[8.23.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.22.0...v8.23.0
639644
[8.22.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.21.1...v8.22.0

‎docs/install.md

+2-2
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.23.1" % Test
10+
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "8.24.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.23.1</version>
21+
<version>8.24.0</version>
2222
<scope>test</scope>
2323
</dependency>
2424
```

‎version.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ThisBuild / version := "8.23.1"
1+
ThisBuild / version := "8.24.0"

0 commit comments

Comments
 (0)