Skip to content

Commit 365001d

Browse files
authored
Merge pull request #366 from dfurmans/feature/scala_bump_for_jdk21
Bump Scala 2.12.16 to 2.12.18 for JDK21
2 parents 9dd0071 + 5038ccd commit 365001d

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
@@ -13,6 +13,8 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
1313

1414
### Changed
1515

16+
- [Build] Upgraded Scala 2.12.16 to 2.12.18 for JDK 21 purposes.
17+
1618
### Deprecated
1719

1820
### Removed

build.sbt

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

3131
// Scala versions
3232

33-
val scala212 = "2.12.16"
33+
val scala212 = "2.12.18"
3434
val scala213 = "2.13.12"
3535
val scala3 = "3.3.1"
3636

0 commit comments

Comments
 (0)