Skip to content

Commit b5a0b1e

Browse files
committed
🧹 chore: upgrade Scala versions
1 parent 5fad12a commit b5a0b1e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

‎CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
1414
### Changed
1515

1616
- [Core] Update `cucumber-core` dependency to [7.28.0](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
17+
- Upgrade Scala versions to 2.12.20 and 3.3.6
1718

1819
### Deprecated
1920

‎build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ ThisBuild / homepage := Some(
3131

3232
// Scala versions
3333

34-
val scala212 = "2.12.18"
34+
val scala212 = "2.12.20"
3535
val scala213 = "2.13.16"
36-
val scala3 = "3.3.1"
36+
val scala3 = "3.3.6"
3737

3838
scalaVersion := scala213
3939

0 commit comments

Comments
 (0)