Skip to content

Commit

Permalink
Merge pull request #366 from dfurmans/feature/scala_bump_for_jdk21
Browse files Browse the repository at this point in the history
Bump Scala 2.12.16 to 2.12.18 for JDK21
  • Loading branch information
gaeljw authored Nov 27, 2023
2 parents 9dd0071 + 5038ccd commit 365001d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH

### Changed

- [Build] Upgraded Scala 2.12.16 to 2.12.18 for JDK 21 purposes.

### Deprecated

### Removed
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ThisBuild / homepage := Some(

// Scala versions

val scala212 = "2.12.16"
val scala212 = "2.12.18"
val scala213 = "2.13.12"
val scala3 = "3.3.1"

Expand Down

0 comments on commit 365001d

Please sign in to comment.