Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Bdog 1323 - Add Play 2.8 and drop Play 2.5 #83

Merged
merged 3 commits into from
Mar 9, 2021
Merged

Conversation

colin-lamed
Copy link
Contributor

No description provided.

private val play25Version = "2.5.19"
private val play26Version = "2.6.23" // this version is pinned, since later versions are incompatible with the version of akka that reactivemongo was build with on scala 2.11.
private val play27Version = "2.7.4"
private val play26Version = "2.6.25"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

version of Play 2.6 doesn't need pinning back now that we don't build for Scala 2.11

IanMcShane
IanMcShane previously approved these changes Mar 9, 2021
build.sbt Outdated
)
.settings(
scalaVersion := "2.11.12",
scalaVersion := "2.12.12",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could the version be 2.12.13?

private val play27Version = "2.7.4"
private val play26Version = "2.6.25"
private val play27Version = "2.7.9"
private val play28Version = "2.8.4"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Latest version is 2.8.7.

@colin-lamed colin-lamed merged commit 456a786 into master Mar 9, 2021
@colin-lamed colin-lamed deleted the BDOG-1323 branch March 9, 2021 14:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants