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.
2 parents 9dd0071 + 5038ccd commit 365001dCopy full SHA for 365001d
CHANGELOG.md
@@ -13,6 +13,8 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
13
14
### Changed
15
16
+- [Build] Upgraded Scala 2.12.16 to 2.12.18 for JDK 21 purposes.
17
+
18
### Deprecated
19
20
### Removed
build.sbt
@@ -30,7 +30,7 @@ ThisBuild / homepage := Some(
30
31
// Scala versions
32
33
-val scala212 = "2.12.16"
+val scala212 = "2.12.18"
34
val scala213 = "2.13.12"
35
val scala3 = "3.3.1"
36
0 commit comments