Skip to content

Commit 333902a

Browse files
authored
Merge pull request #143 from cucumber/renovate/io.cucumber-cucumber-core-6.x
Update dependency io.cucumber:cucumber-core to v6.9.0
2 parents 895931e + 787ec72 commit 333902a

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
1313

1414
### Changed
1515

16+
- [Core] Update `cucumber-core` dependency to [6.9.0](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
1617
- [Build] Use sbt for building the project
1718

1819
### Deprecated

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The minor version might differ because Cucumber Scala may add Scala-related feat
1717

1818
| Cucumber Scala version | Cucumber version | Scala versions |
1919
|------------------------|------------------|------------------|
20-
| 6.8.2 | 6.8.2 | 2.11, 2.12, 2.13 |
20+
| 6.9.0 | 6.9.0 | 2.11, 2.12, 2.13 |
2121
| 5.7.0 | 5.7.0 | 2.11, 2.12, 2.13 |
2222
| 4.7.1 | 4.7.1 | 2.11, 2.12, 2.13 |
2323

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ scalaVersion := scala213
2727

2828
// Library versions
2929

30-
val cucumberVersion = "6.8.2"
30+
val cucumberVersion = "6.9.0"
3131
val jacksonVersion = "2.11.3"
3232
val mockitoScalaVersion = "1.16.3"
3333
val junitVersion = "4.13.1"

project/build-dependencies.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
libraryDependencies += "io.cucumber" % "cucumber-core" % "6.8.2"
1+
libraryDependencies += "io.cucumber" % "cucumber-core" % "6.9.0"
22
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.2.0"

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "6.8.3-SNAPSHOT"
1+
version in ThisBuild := "6.9.0-SNAPSHOT"

0 commit comments

Comments
 (0)