Skip to content

Commit

Permalink
Update CHANGELOG and docs for v8.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gaeljw committed Mar 12, 2022
1 parent 2aef7cd commit dc8c286
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH

### Fixed

## [8.2.7] (2022-03-12)

## [8.2.6] (2022-03-12)

## [8.2.5] (2022-03-12)
Expand Down Expand Up @@ -380,7 +382,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.2.6...main
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.2.7...main
[8.2.7]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.2.6...v8.2.7
[8.2.6]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.2.5...v8.2.6
[8.2.5]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.2.4...v8.2.5
[8.2.4]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.2.3...v8.2.4
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.2.6" % Test
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "8.2.7" % 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.2.6</version>
<version>8.2.7</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.2.6"
ThisBuild / version := "8.2.7"

0 comments on commit dc8c286

Please sign in to comment.