We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fad12a commit 35db92eCopy full SHA for 35db92e
‎CHANGELOG.md
@@ -14,6 +14,7 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
14
### Changed
15
16
- [Core] Update `cucumber-core` dependency to [7.28.0](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
17
+- Upgrade Scala versions to 2.12.20
18
19
### Deprecated
20
‎build.sbt
@@ -31,7 +31,7 @@ ThisBuild / homepage := Some(
31
32
// Scala versions
33
34
-val scala212 = "2.12.18"
+val scala212 = "2.12.20"
35
val scala213 = "2.13.16"
36
val scala3 = "3.3.1"
37
0 commit comments