Skip to content

Commit 3775433

Browse files
committed
Update CHANGELOG and docs for v7.0.0-M1
1 parent d01f889 commit 3775433

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

CHANGELOG.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
99
----
1010
## [Unreleased] (In Git)
1111

12+
### Added
13+
14+
### Changed
15+
16+
### Deprecated
17+
18+
### Removed
19+
20+
### Fixed
21+
22+
## [7.0.0-M1] (2021-05-15)
23+
1224
📢 This pre-release brings support for Scala 3 but no change in Cucumber core features.
1325

1426
_Although there is no visible change from a user perspective,
@@ -29,12 +41,6 @@ of core Cucumber projects (like cucumber-junit).
2941

3042
- [Internal] Rewrite the way types of step arguments are inferred
3143

32-
### Deprecated
33-
34-
### Removed
35-
36-
### Fixed
37-
3844
## [6.10.4] (2021-05-14)
3945

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

314320
<!-- Releases -->
315-
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.10.4...main
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
316323
[6.10.4]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.10.3...v6.10.4
317324
[6.10.3]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.10.2...v6.10.3
318325
[6.10.2]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.10.1...v6.10.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.10.4" % Test
10+
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "7.0.0-M1" % 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.4</version>
21+
<version>7.0.0-M1</version>
2222
<scope>test</scope>
2323
</dependency>
2424
```

0 commit comments

Comments
 (0)