Skip to content

Commit c39c210

Browse files
committed
Update CHANGELOG and docs for v8.23.1
1 parent 27c0086 commit c39c210

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,6 +13,16 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
1313

1414
### Changed
1515

16+
### Deprecated
17+
18+
### Removed
19+
20+
### Fixed
21+
22+
## [8.23.1] (2024-07-19)
23+
24+
### Changed
25+
1626
- [Core] Updated `cucumber-core` dependency to [7.18.1](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
1727
- [Build] update dependency sbt/sbt to v1.10.1
1828
- [Build] update dependency com.fasterxml.jackson.module:jackson-module-scala to v2.17.2
@@ -21,12 +31,6 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
2131
- [Build] update dependency org.mockito:mockito-scala to v1.17.37
2232
- [Build] update dependency scalafmt to v3.8.2
2333

24-
### Deprecated
25-
26-
### Removed
27-
28-
### Fixed
29-
3034
## [8.23.0] (2024-05-17)
3135

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

625629
<!-- Releases -->
626-
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.23.0...HEAD
630+
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.23.1...HEAD
631+
[8.23.1]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.23.0...v8.23.1
627632
[8.23.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.22.0...v8.23.0
628633
[8.22.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.21.1...v8.22.0
629634
[8.21.1]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.21.0...v8.21.1

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.0" % Test
10+
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "8.23.1" % 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.0</version>
21+
<version>8.23.1</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-SNAPSHOT"
1+
ThisBuild / version := "8.23.1"

0 commit comments

Comments
 (0)