Skip to content

Commit

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

### Changed

- [Core] Updated `cucumber-core` dependency to [7.11.2](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)

### Deprecated

### Removed

### Fixed

## [8.14.2] (2023-03-26)

### Changed

- [Core] Updated `cucumber-core` dependency to [7.11.2](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)

## [8.14.1] (2023-01-31)

### Changed
Expand Down Expand Up @@ -530,7 +534,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.14.1...main
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.14.2...main
[8.14.2]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.14.1...v8.14.2
[8.14.1]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.14.0...v8.14.1
[8.14.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.13.1...v8.14.0
[8.13.1]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.13.0...v8.13.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.14.1" % Test
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "8.14.2" % 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.14.1</version>
<version>8.14.2</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.14.2-SNAPSHOT"
ThisBuild / version := "8.14.2"

0 comments on commit 40f887e

Please sign in to comment.