Skip to content

Commit 68369d7

Browse files
committed
Update CHANGELOG and docs for v8.4.0
1 parent a49bbae commit 68369d7

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

CHANGELOG.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,21 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
1313

1414
### Changed
1515

16+
### Deprecated
17+
18+
### Removed
19+
20+
### Fixed
21+
22+
## [8.4.0] (2022-05-28)
23+
24+
### Changed
25+
1626
- [Build] Upgrade `sbt` to 1.6.2
1727
- [Build] Upgrade `mockito-scala` to 1.17.7
1828
- [Build] Upgrade `sbt-sonatype` to 3.9.13
1929
- [Build] Upgrade `jackson-module-scala` to 2.13.3
2030

21-
### Deprecated
22-
23-
### Removed
24-
2531
### Fixed
2632

2733
- [Scala] Integration with DI modules like `cucumber-picocontainer` is now working
@@ -417,7 +423,8 @@ _Although there is no visible change from a user perspective, there are signific
417423
- [Build] Update Scala versions to 2.11.12 and 2.12.7 ([#11](https://github.com/cucumber/cucumber-jvm-scala/issues/11) Arturas Smorgun)
418424

419425
<!-- Releases -->
420-
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.3.3...main
426+
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.4.0...main
427+
[8.4.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.3.3...v8.4.0
421428
[8.3.3]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.3.2...v8.3.3
422429
[8.3.2]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.3.1...v8.3.2
423430
[8.3.1]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.3.0...v8.3.1

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

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ThisBuild / version := "8.3.4-SNAPSHOT"
1+
ThisBuild / version := "8.4.0"

0 commit comments

Comments
 (0)