Skip to content

Commit

Permalink
Update CHANGELOG and docs for v8.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gaeljw committed Apr 11, 2022
1 parent fdb1308 commit 2b68da8
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

- [Scala] Upgrade `scala-collection-compat` to 2.7.0
- [Build] Upgrade `mockito-scala` to 1.17.5
- [Build] Upgrade workflows `setup-java` to v3
- [Build] Upgrade `sbt-sonatype` to 3.9.11
- [Build] Remove custom gpg command used in releases

### Deprecated

### Removed

### Fixed

## [8.2.8] (2022-04-11)

### Changed

- [Scala] Upgrade `scala-collection-compat` to 2.7.0
- [Build] Upgrade `mockito-scala` to 1.17.5
- [Build] Upgrade workflows `setup-java` to v3
- [Build] Upgrade `sbt-sonatype` to 3.9.11
- [Build] Remove custom gpg command used in releases

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

_This release contains no change, it was built to test a new release workflow._
Expand Down Expand Up @@ -382,7 +386,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.7...main
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.2.8...main
[8.2.8]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.2.7...v8.2.8
[8.2.7]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.2.2...v8.2.7
[8.2.2]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.2.1...v8.2.2
[8.2.1]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.2.0...v8.2.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.2.7" % Test
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "8.2.8" % 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.7</version>
<version>8.2.8</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.8-SNAPSHOT"
ThisBuild / version := "8.2.8"

0 comments on commit 2b68da8

Please sign in to comment.