Skip to content

Commit 22935b9

Browse files
committed
🧹 chore: upgrade Scala versions
1 parent 1becd6c commit 22935b9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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
1718

1819
### Deprecated
1920

‎build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ 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"
3636
val scala3 = "3.3.1"
3737

0 commit comments

Comments
 (0)