Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update play-json dependency to 3.x, update README. Fixes #91 #92

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

matmannion
Copy link
Contributor

Adds support for play-json 3.0 with the new groupId on the dependency.

Fixes #91

@julienrf
Copy link
Owner

julienrf commented Nov 9, 2023

Thank you for the quick PR!

You will also have to reset the compatibility intention to Compatibility.None:

ThisBuild / versionPolicyIntention := Compatibility.BinaryAndSourceCompatible

And it seems we need to update our Scala.js dependency as well because play-json is using a very recent version of Scala.js.

addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.3.0")

@Dichotomia
Copy link

Hello. Any chance to see this merged?

@sdudzin
Copy link

sdudzin commented Apr 2, 2024

@julienrf any chance of merging this in the nearest future?

@julienrf
Copy link
Owner

julienrf commented Apr 2, 2024

Hello! Thank you for your interest. Can someone fix the CI failure according to the explanation at #92 (comment)?

@julienrf julienrf merged commit e040b16 into julienrf:master Apr 11, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for play-json 3.x
4 participants