-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop Scala 2.12 and Play 2.7, begin partial support for Scala 3
Fixes #317, meaning that PRs like #287 can use Scala 2.13 features. Also dropping Play 2.7 - Play 2.8 was end-of-life (EOL) on 31st May 2024, so dropping support for Play 2.7 seems very reasonable! Running the tests under Scala 3 required commit 3690941, fixing a test so that it doesn't rely on JSON object's field order. All 7 consumers of the facia-scala-client library are now on Scala 2.13, and Play 2.8 or above, so they do not pose blockers to dropping Scala 2.12 and Play 2.7: * guardian/ophan - Play 3.0.4 * guardian/frontend - Play 3.0.4 * guardian/apple-news - Play 3.0.2 * guardian/editors-picks-uploader - AWS Lambda, doesn't use Play * guardian/facia-tool - Play 3.0.2 * guardian/story-packages - Play 2.8.19 * guardian/mobile-apps-api - Play 3.0.3
- Loading branch information
Showing
3 changed files
with
30 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
sbt.version=1.9.9 | ||
sbt.version=1.10.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters