Skip to content

Commit fcebc0e

Browse files
committed
Update CHANGELOG and docs for v6.9.0
1 parent 8876d40 commit fcebc0e

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
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-
- [Core] Update `cucumber-core` dependency to [6.9.0](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
17-
- [Build] Use sbt for building the project
18-
1916
### Deprecated
2017

2118
### Removed
2219

2320
### Fixed
2421

22+
## [6.9.0] (2020-11-15)
23+
24+
### Changed
25+
26+
- [Core] Update `cucumber-core` dependency to [6.9.0](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
27+
- [Build] Use sbt for building the project
28+
2529
## [6.8.2] (2020-10-30)
2630

2731
### Changed
@@ -240,7 +244,8 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
240244
- [Build] Update Scala versions to 2.11.12 and 2.12.7 ([#11](https://github.com/cucumber/cucumber-jvm-scala/issues/11) Arturas Smorgun)
241245

242246
<!-- Releases -->
243-
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.8.2...main
247+
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.9.0...main
248+
[6.9.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.8.2...v6.9.0
244249
[6.8.2]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.8.1...v6.8.2
245250
[6.8.1]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.8.0...v6.8.1
246251
[6.8.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.7.0...v6.8.0

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" % "6.8.2" % Test
10+
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "6.9.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.12</artifactId>
21-
<version>6.8.2</version>
21+
<version>6.9.0</version>
2222
<scope>test</scope>
2323
</dependency>
2424
```

0 commit comments

Comments
 (0)