Skip to content

Commit

Permalink
Update CHANGELOG and docs for v8.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gaeljw committed Mar 22, 2024
1 parent 3a8a871 commit a6d747c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
17 changes: 11 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,21 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH

### Changed

- [Core] Updated `cucumber-core` dependency to [7.16.0](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
- [Build] Updated `jackson` dependency to 2.17.0
- [Build] Upgraded sbt to 1.9.9
- [Build] Upgraded Scala 2.13.13 to 2.12.18 for JDK 21 purposes. Thanks @dfurmans!

### Deprecated

### Removed

### Fixed

## [8.21.0] (2024-03-22)

### Changed

- [Core] Updated `cucumber-core` dependency to [7.16.0](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
- [Build] Updated `jackson` dependency to 2.17.0
- [Build] Upgraded sbt to 1.9.9
- [Build] Upgraded Scala 2.13.13 to 2.12.18 for JDK 21 purposes. Thanks @dfurmans!

## [8.20.0] (2023-12-13)

### Changed
Expand Down Expand Up @@ -587,7 +591,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.20.0...HEAD
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.21.0...HEAD
[8.21.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.20.0...v8.21.0
[8.20.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.19.0...v8.20.0
[8.19.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.18.1...v8.19.0
[8.18.1]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.18.0...v8.18.1
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.20.0" % Test
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "8.21.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.20.0</version>
<version>8.21.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.20.1-SNAPSHOT"
ThisBuild / version := "8.21.0"

0 comments on commit a6d747c

Please sign in to comment.