Skip to content

Commit 105323f

Browse files
committed
Update CHANGELOG and docs for v6.10.0
1 parent 4968147 commit 105323f

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.0](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
17-
- [Core] Deprecated `io.cucumber.scala.TL` in favour of `io.cucumber.scala.TE`
18-
- [Build] Upgrade to sbt 1.4.5
19-
2016
### Deprecated
2117

2218
### Removed
2319

2420
### Fixed
2521

22+
## [6.10.0] (2021-02-15)
23+
24+
### Changed
25+
26+
- [Core] Updated `cucumber-core` dependency to [6.10.0](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
27+
- [Core] Deprecated `io.cucumber.scala.TL` in favour of `io.cucumber.scala.TE`
28+
- [Build] Upgrade to sbt 1.4.5
29+
2630
## [6.9.1] (2020-12-15)
2731

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

262266
<!-- Releases -->
263-
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.9.1...main
267+
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.10.0...main
268+
[6.10.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.9.1...v6.10.0
264269
[6.9.1]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.9.0...v6.9.1
265270
[6.9.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.8.2...v6.9.0
266271
[6.8.2]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.8.1...v6.8.2

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.9.1" % Test
10+
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "6.10.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.9.1</version>
21+
<version>6.10.0</version>
2222
<scope>test</scope>
2323
</dependency>
2424
```

0 commit comments

Comments
 (0)