Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Scala 2.12 #9

Merged
merged 10 commits into from Feb 19, 2018
Merged

Scala 2.12 #9

merged 10 commits into from Feb 19, 2018

Conversation

regiskuckaertz
Copy link
Contributor

The conundrum:

  • targeting-client is built for Play 2.6
  • targeting must then be updated to Play 2.6 in order to use any new version
  • sadly, configuration-magic for Play 2.6 only exists for Scala 2.12, so targeting must be updated to Scala 2.12 too
  • ... and editorial-permissions-client is built for Scala 2.11 only.

Because Akka Agents are deprecated, I had to use our own Box instead.

build.sbt Outdated

crossScalaVersions := Seq("2.11.4")
crossScalaVersions := Seq("2.11.8")

Choose a reason for hiding this comment

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

How about 2.11.12?

@tomrf1
Copy link
Member

tomrf1 commented Feb 19, 2018

👍

@regiskuckaertz regiskuckaertz merged commit 4b6fd9f into master Feb 19, 2018
@regiskuckaertz regiskuckaertz deleted the rk-2.12 branch February 19, 2018 13:22
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.

None yet

3 participants