Skip to content

Commit 2fcad28

Browse files
committed
Update CHANGELOG and docs for v7.1.0
1 parent a212990 commit 2fcad28

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.11.0](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
17-
- [Scala] Upgrade `scala-collection-compat` to 2.5.0
18-
- [Scala] Upgrade `jackson-module-scala` to 2.12.4
19-
- [Build] Upgrade `scalafmt` to 2.4.3
20-
2116
### Deprecated
2217

2318
### Removed
2419

2520
### Fixed
2621

22+
## [7.1.0] (2021-08-06)
23+
24+
### Changed
25+
26+
- [Core] Updated `cucumber-core` dependency to [6.11.0](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
27+
- [Scala] Upgrade `scala-collection-compat` to 2.5.0
28+
- [Scala] Upgrade `jackson-module-scala` to 2.12.4
29+
- [Build] Upgrade `scalafmt` to 2.4.3
30+
2731
## [7.0.0] (2021-05-15)
2832

2933
📢 This release brings support for Scala 3 but no change in Cucumber core features.
@@ -320,7 +324,8 @@ _Although there is no visible change from a user perspective, there are signific
320324
- [Build] Update Scala versions to 2.11.12 and 2.12.7 ([#11](https://github.com/cucumber/cucumber-jvm-scala/issues/11) Arturas Smorgun)
321325

322326
<!-- Releases -->
323-
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v7.0.0...main
327+
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v7.1.0...main
328+
[7.1.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v7.0.0...v7.1.0
324329
[7.0.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.10.4...v7.0.0
325330
[6.10.4]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.10.3...v6.10.4
326331
[6.10.3]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.10.2...v6.10.3

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" % "7.0.0" % Test
10+
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "7.1.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.13</artifactId>
21-
<version>7.0.0</version>
21+
<version>7.1.0</version>
2222
<scope>test</scope>
2323
</dependency>
2424
```

0 commit comments

Comments
 (0)