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
1414### Changed
1515
1616- [ 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+
1719- [ Scala] Updated ` scala-collection-compat ` dependency to 2.9.0
1820- [ Build] Updated ` scalafmt ` dependency to 2.5.0
1921- [ 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(
3232
3333val scala212 = " 2.12.16"
3434val scala213 = " 2.13.10"
35- val scala3 = " 3.1.3 "
35+ val scala3 = " 3.2.1 "
3636
3737scalaVersion := scala213
3838
You can’t perform that action at this time.
0 commit comments