Skip to content

Commit

Permalink
Update CHANGELOG and docs for v8.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gaeljw committed Sep 24, 2024
1 parent 2448741 commit d08503a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
19 changes: 12 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,22 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH

### Changed

- [Core] Updated `cucumber-core` dependency to [7.19.0](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
- [Build] update dependency scala to v2.13.15
- [Build] update dependency sbt/sbt to v1.10.2
- [Build] update dependency org.xerial.sbt:sbt-sonatype to v3.11.3
- [Build] update dependency scalafmt to v3.8.3

### Deprecated

### Removed

### Fixed

## [8.24.0] (2024-09-24)

### Changed

- [Core] Updated `cucumber-core` dependency to [7.19.0](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
- [Build] update dependency scala to v2.13.15
- [Build] update dependency sbt/sbt to v1.10.2
- [Build] update dependency org.xerial.sbt:sbt-sonatype to v3.11.3
- [Build] update dependency scalafmt to v3.8.3

## [8.23.1] (2024-07-19)

### Changed
Expand Down Expand Up @@ -633,7 +637,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.23.1...HEAD
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.24.0...HEAD
[8.24.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.23.1...v8.24.0
[8.23.1]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.23.0...v8.23.1
[8.23.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.22.0...v8.23.0
[8.22.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.21.1...v8.22.0
Expand Down
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.23.1" % Test
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "8.24.0" % Test
```

### Maven
Expand All @@ -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.23.1</version>
<version>8.24.0</version>
<scope>test</scope>
</dependency>
```
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "8.23.1"
ThisBuild / version := "8.24.0"

0 comments on commit d08503a

Please sign in to comment.