Skip to content

Commit 81d93a3

Browse files
committed
docs: ✏️ Fix documentation for 7.0.0 instead of 7.0.0-M1
1 parent 33bb6f1 commit 81d93a3

File tree

3 files changed

+11
-14
lines changed

3 files changed

+11
-14
lines changed

CHANGELOG.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,15 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
1919

2020
### Fixed
2121

22-
## [7.0.0-M1] (2021-05-15)
22+
## [7.0.0] (2021-05-15)
2323

24-
📢 This pre-release brings support for Scala 3 but no change in Cucumber core features.
24+
📢 This release brings support for Scala 3 but no change in Cucumber core features.
2525

26-
_Although there is no visible change from a user perspective,
27-
there are significant changes under the hood (for all Scala versions) that are
28-
not binary compatible with Cucumber Scala v6.x (hence the major version change)._
26+
_Although there is no visible change from a user perspective, there are significant changes under the hood (for all Scala versions) that are not binary compatible with Cucumber Scala v6.x (hence the major version change)._
2927

30-
👋 **You are encouraged to test this pre-release and report any issue**.
28+
👋 **You are encouraged to use this release even if not targeting Scala 3 yet and report any issue**.
3129

32-
ℹ️ Starting from v7.x, the version of Cucumber Scala will not match anymore the version
33-
of core Cucumber projects (like cucumber-junit).
30+
ℹ️ Starting from v7.x, the version of Cucumber Scala will not match anymore the version of core Cucumber projects (like _cucumber-junit_). You should upgrade them independently.
3431

3532
### Added
3633

@@ -318,8 +315,8 @@ of core Cucumber projects (like cucumber-junit).
318315
- [Build] Update Scala versions to 2.11.12 and 2.12.7 ([#11](https://github.com/cucumber/cucumber-jvm-scala/issues/11) Arturas Smorgun)
319316

320317
<!-- Releases -->
321-
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v7.0.0-M1...main
322-
[7.0.0-M1]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.10.4...v7.0.0-M1
318+
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v7.0.0...main
319+
[7.0.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.10.4...v7.0.0
323320
[6.10.4]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.10.3...v6.10.4
324321
[6.10.3]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.10.2...v6.10.3
325322
[6.10.2]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.10.1...v6.10.2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The table below shows the compatible versions:
2121

2222
| Cucumber Scala version | Cucumber Core version | Scala versions |
2323
|------------------------|-----------------------|-----------------------|
24-
| 7.x (_upcoming_) | 6.x | 2.11, 2.12, 2.13, 3.0 |
24+
| 7.x | 6.x | 2.11, 2.12, 2.13, 3.0 |
2525
| 6.x | 6.x | 2.11, 2.12, 2.13 |
2626
| 5.x | 5.x | 2.11, 2.12, 2.13 |
2727
| 4.x | 4.x | 2.11, 2.12, 2.13 |

docs/install.md

Lines changed: 3 additions & 3 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-M1" % Test
10+
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "7.0.0" % Test
1111
```
1212

1313
### Maven
@@ -17,8 +17,8 @@ To use Cucumber Scala in your project, add the following dependency to your `pom
1717
```xml
1818
<dependency>
1919
<groupId>io.cucumber</groupId>
20-
<artifactId>cucumber-scala_2.12</artifactId>
21-
<version>7.0.0-M1</version>
20+
<artifactId>cucumber-scala_2.13</artifactId>
21+
<version>7.0.0</version>
2222
<scope>test</scope>
2323
</dependency>
2424
```

0 commit comments

Comments
 (0)