Skip to content

Commit de39b7b

Browse files
authored
Merge pull request #196 from cucumber/cucumber6102
chore: 🤖 Upgrade to Cucumber core 6.10.2
2 parents 167653b + fc53bc0 commit de39b7b

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ 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.10.2](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
17+
1618
### Deprecated
1719

1820
### Removed

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.10.1 | 6.10.1 | 2.11, 2.12, 2.13 |
20+
| 6.10.2 | 6.10.2 | 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
@@ -38,7 +38,7 @@ scalaVersion := scala213
3838

3939
// Library versions
4040

41-
val cucumberVersion = "6.10.1"
41+
val cucumberVersion = "6.10.2"
4242
val jacksonVersion = "2.12.2"
4343
val mockitoScalaVersion = "1.16.32"
4444
val junitVersion = "4.13.2"

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.10.1"
1+
libraryDependencies += "io.cucumber" % "cucumber-core" % "6.10.2"
22
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.2"

0 commit comments

Comments
 (0)