Skip to content

Commit 85b78d6

Browse files
committed
Update CHANGELOG and docs for v6.10.1
1 parent 88a0b32 commit 85b78d6

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,20 @@ 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.1](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
17-
- [Build] Use Github Actions instead of Travis CI
18-
- [Build] Upgrade Scala to 2.12.13 and 2.13.5
19-
2016
### Deprecated
2117

2218
### Removed
2319

2420
### Fixed
2521

22+
## [6.10.1] (2021-03-09)
23+
24+
### Changed
25+
26+
- [Core] Updated `cucumber-core` dependency to [6.10.1](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
27+
- [Build] Use Github Actions instead of Travis CI
28+
- [Build] Upgrade Scala to 2.12.13 and 2.13.5
29+
2630
## [6.10.0] (2021-02-15)
2731

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

273277
<!-- Releases -->
274-
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.10.0...main
278+
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.10.1...main
279+
[6.10.1]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.10.0...v6.10.1
275280
[6.10.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.9.1...v6.10.0
276281
[6.9.1]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.9.0...v6.9.1
277282
[6.9.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.8.2...v6.9.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.10.0" % Test
10+
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "6.10.1" % 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.0</version>
21+
<version>6.10.1</version>
2222
<scope>test</scope>
2323
</dependency>
2424
```

0 commit comments

Comments
 (0)