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

dependency on com.typesafe.play.play-json 2.10.6 when using scala 2.13 #757

Open
ireactsam opened this issue Feb 3, 2025 · 0 comments
Open

Comments

@ireactsam
Copy link

Due to this in the build.sbt, org.playframework.play-json 3.0.4 is only selected when using scala 3, but in fact it should be selected when using Play 3 (independent of scala 2.13 or scala 3):

def playJsonDependencies(scalaVersion: String) = {
  if (scalaVersion.startsWith("3")) Seq("org.playframework" %% "play-json" % "3.0.4")
  else Seq("com.typesafe.play" %% "play-json" % "2.10.6")
}
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

No branches or pull requests

1 participant