Skip to content

Commit 765ab1f

Browse files
committed
Update CHANGELOG and docs for v6.10.4
1 parent 5f44797 commit 765ab1f

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

CHANGELOG.md

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

1414
### Changed
1515

16-
- [Core] Updated `cucumber-core` dependency to [6.10.4](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
17-
- [Scala] Upgrade `scala-collection-compat` to 2.4.4
18-
- [Build] Upgrade `sbt-projectmatrix` to 0.8.0
19-
- [Build] Upgrade `sbt-version-policy` to 1.0.1
20-
2116
### Deprecated
2217

2318
### Removed
2419

2520
### Fixed
2621

22+
## [6.10.4] (2021-05-14)
23+
24+
### Changed
25+
26+
- [Core] Updated `cucumber-core` dependency to [6.10.4](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
27+
- [Scala] Upgrade `scala-collection-compat` to 2.4.4
28+
- [Build] Upgrade `sbt-projectmatrix` to 0.8.0
29+
- [Build] Upgrade `sbt-version-policy` to 1.0.1
30+
2731
## [6.10.3] (2021-04-15)
2832

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

294298
<!-- Releases -->
295-
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.10.3...main
299+
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.10.4...main
300+
[6.10.4]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.10.3...v6.10.4
296301
[6.10.3]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.10.2...v6.10.3
297302
[6.10.2]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.10.1...v6.10.2
298303
[6.10.1]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.10.0...v6.10.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" % "6.10.3" % Test
10+
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "6.10.4" % 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.10.3</version>
21+
<version>6.10.4</version>
2222
<scope>test</scope>
2323
</dependency>
2424
```

0 commit comments

Comments
 (0)