Skip to content

Commit 22b8947

Browse files
committed
chore: 🤖 Upgrade Scala 3 target version to 3.2.x
1 parent ef2b49f commit 22b8947

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

‎CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

‎build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ThisBuild / homepage := Some(
3232

3333
val scala212 = "2.12.16"
3434
val scala213 = "2.13.10"
35-
val scala3 = "3.1.3"
35+
val scala3 = "3.2.1"
3636

3737
scalaVersion := scala213
3838

0 commit comments

Comments
 (0)