Skip to content

Play 2.7 support (and cross build for Scala 2.13.0-M5) #115

@mkurz

Description

@mkurz

Please add support for Play 2.7.
https://blog.playframework.com/play-2-7-0-is-here/
https://www.playframework.com/documentation/2.7.x/Highlights27
https://www.playframework.com/documentation/2.7.x/Migration27

Please also publish builds for Scala 2.13.0-M5. (Add it to crossScalaVersions, also please update to latest 2.12 and latest 2.11)
Your probably have to set PlayKeys.playOmnidoc := false in build.sbt to make it work.

Also it could be that you have to adjust some twirl templates because now curly brackets are needed in some cases.
E.g. twirl code like

@something.map { case SomeThing(foo) =>
	some html
}

becomes this:

@something.map { case SomeThing(foo) => {
	some html
}}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions