Skip to content

Commit 72d01fe

Browse files
committed
Update CHANGELOG and docs for v8.8.0
1 parent 14dd374 commit 72d01fe

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,19 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
1313

1414
### Changed
1515

16-
- [Scala] Upgrade Scala version to 2.12.16, 2.13.8 and 3.1.3
17-
- [sbt] Upgrade sbt to 1.7.1
18-
1916
### Deprecated
2017

2118
### Removed
2219

2320
### Fixed
2421

22+
## [8.8.0] (2022-08-21)
23+
24+
### Changed
25+
26+
- [Scala] Upgrade Scala version to 2.12.16, 2.13.8 and 3.1.3
27+
- [sbt] Upgrade sbt to 1.7.1
28+
2529
## [8.7.0] (2022-08-08)
2630

2731
### Changed
@@ -461,7 +465,8 @@ _Although there is no visible change from a user perspective, there are signific
461465
- [Build] Update Scala versions to 2.11.12 and 2.12.7 ([#11](https://github.com/cucumber/cucumber-jvm-scala/issues/11) Arturas Smorgun)
462466

463467
<!-- Releases -->
464-
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.7.0...main
468+
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.8.0...main
469+
[8.8.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.7.0...v8.8.0
465470
[8.7.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.6.0...v8.7.0
466471
[8.6.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.5.1...v8.6.0
467472
[8.5.1]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.5.0...v8.5.1

docs/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
To use Cucumber Scala in your project, add the following line to your `build.sbt`:
88

99
```scala
10-
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "8.7.0" % Test
10+
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "8.8.0" % Test
1111
```
1212

1313
### Maven
@@ -18,7 +18,7 @@ To use Cucumber Scala in your project, add the following dependency to your `pom
1818
<dependency>
1919
<groupId>io.cucumber</groupId>
2020
<artifactId>cucumber-scala_2.13</artifactId>
21-
<version>8.7.0</version>
21+
<version>8.8.0</version>
2222
<scope>test</scope>
2323
</dependency>
2424
```

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ThisBuild / version := "8.7.1-SNAPSHOT"
1+
ThisBuild / version := "8.8.0"

0 commit comments

Comments
 (0)