File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
14
14
### Changed
15
15
16
16
- [ Core] Updated ` cucumber-core ` dependency to [ 7.10.0] ( https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md )
17
+ - [ Scala] Upgrade Scala 3 version to 3.2.1
18
+
17
19
- [ Scala] Updated ` scala-collection-compat ` dependency to 2.9.0
18
20
- [ Build] Updated ` scalafmt ` dependency to 2.5.0
19
21
- [ Build] Updated ` sbt-sonatype ` dependency to 3.9.15
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ ThisBuild / homepage := Some(
32
32
33
33
val scala212 = " 2.12.16"
34
34
val scala213 = " 2.13.10"
35
- val scala3 = " 3.1.3 "
35
+ val scala3 = " 3.2.1 "
36
36
37
37
scalaVersion := scala213
38
38
You can’t perform that action at this time.
0 commit comments