3

I want to try out Play with Sangria (and Relay and React on top). The Sangria examples I found so far work with Play 2.4.2, but there seem to be some bigger changes in Play 2.5. Would it be better to wait for a new Sangria version, or is it "safe" to update to Play 2.5 right now?

Landei
  • 54,104
  • 13
  • 100
  • 195

3 Answers3

4

It should be safe to update because sangria itself does not have any dependency on play. The only question is whether sangria-play-json needs to be updated. I'll check it during next days and will update all related example projects and sangria-play-json integration library if necessary.

tenshi
  • 26,268
  • 8
  • 76
  • 90
  • Just published sangria-play-json v0.2.1 with play-json v2.5.0 dependency. We also updated the playground projects (which are play apps) – tenshi Mar 17 '16 at 19:48
1

The sangria-relay-playgound project has been updated to play 2.5.0. Informe us if you run on any issue.

YasserKaddour
  • 880
  • 11
  • 23
  • While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes – Nehal Mar 18 '16 at 10:53
1

Boilerplay has been updated to play 2.6.0 and the latest Sangria, it should serve as a good example for recent Play versions.

Kyle U
  • 181
  • 7