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 5f23557 commit 89fc5c7Copy full SHA for 89fc5c7
‎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] Upgrade Scala to 2.12.14, 2.13.6 and 3.0.2
17
+
18
### Deprecated
19
20
### Removed
‎build.sbt‎
@@ -30,9 +30,9 @@ ThisBuild / homepage := Some(
30
31
// Scala versions
32
33
-val scala212 = "2.12.13"
34
-val scala213 = "2.13.5"
35
-val scala3 = "3.0.0"
+val scala212 = "2.12.15"
+val scala213 = "2.13.6"
+val scala3 = "3.0.2"
36
37
scalaVersion := scala213
38
‎version.sbt‎
@@ -1 +1 @@
1
-version in ThisBuild := "8.0.1-SNAPSHOT"
+ThisBuild / version := "8.0.1-SNAPSHOT"
0 commit comments