Skip to content

Commit 4a40c14

Browse files
committed
Update CHANGELOG and docs for v6.4.0
1 parent 0b0b74f commit 4a40c14

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

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

1414
### Changed
1515

16+
### Deprecated
17+
18+
### Removed
19+
20+
### Fixed
21+
22+
## [6.4.0] (2020-08-01)
23+
24+
### Added
25+
26+
### Changed
27+
1628
- [Core] Update `cucumber-core` dependency to [6.4.0](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
1729
- [Build] Update Scala versions to 2.12.12
1830

@@ -205,7 +217,8 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
205217
- [Build] Update Scala versions to 2.11.12 and 2.12.7 ([#11](https://github.com/cucumber/cucumber-jvm-scala/issues/11) Arturas Smorgun)
206218

207219
<!-- Releases -->
208-
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.3.0...main
220+
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.4.0...main
221+
[6.4.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.3.0...v6.4.0
209222
[6.3.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.2.2...v6.3.0
210223
[6.2.2]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.2.1...v6.2.2
211224
[6.2.1]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.2.0...v6.2.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.3.0" % Test
10+
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "6.4.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.3.0</version>
21+
<version>6.4.0</version>
2222
<scope>test</scope>
2323
</dependency>
2424
```

0 commit comments

Comments
 (0)