-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update sbt, plugins, and other dependencies to support running with Play 2.9 because Play 2.8 is out of support at the end of May 2024. Folks that run MapRoulette locally or in some environment will need to update the APPLICATION_SECRET if it's not at lease 32 bytes. This is detailed in issue <#1117> and also <https://www.playframework.com/documentation/3.0.x/ApplicationSecret> For more information about Play 2.9, see here <https://www.playframework.com/documentation/2.9.x/Highlights29>. Specifically the updates are: - `build.properties` sbt version is updated from `1.7.2` to `1.9.9` - `project/plugins.sbt` Play sbt plugin is updated from `2.8.21` to `2.9.3`. - `build.sbt` supporting dependencies - `sangria-play-json` 2.0.1 -> `sangria-play-json-play29` 2.0.3 - `sangria`: 2.0.1 -> 4.0.2 - `play-json-joda`: 2.8.2 -> 2.10.5 - `play-json`: 2.8.2 -> 2.10.5 - `play-mailer`: 8.0.1 -> 9.0.0 - `play-mailer-guice`: 8.0.1 -> 9.0.0 - `joda-time`: 2.12.0 -> 2.12.7
- Loading branch information
Showing
4 changed files
with
29 additions
and
11 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
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,2 +1,2 @@ | ||
# https://github.com/sbt/sbt/releases | ||
sbt.version=1.7.2 | ||
sbt.version=1.9.9 |
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