Skip to content

sangria-graphql/sangria-play-json

Repository files navigation

Sangria play-json marshalling.

Continuous Integration Coverage Status Maven Central License Join the chat at https://gitter.im/sangria-graphql/sangria

SBT Configuration:

// Play 2.8
libraryDependencies += "org.sangria-graphql" %% "sangria-play-json-play28" % "<latest version>"

// Play 2.9
libraryDependencies += "org.sangria-graphql" %% "sangria-play-json-play29" % "<latest version>"

// Play 3.0
libraryDependencies += "org.sangria-graphql" %% "sangria-play-json-play30" % "<latest version>"

Compatibility matrix

sangria-play-json play-json sangria-marshalling-api
0.1.0 2.4.6 0.1.0
0.2.0 2.4.6 0.1.1
0.2.1 2.5.0 0.1.1
0.3.0 2.5.0 0.2.0
0.3.1 2.5.1 0.2.0
0.3.2 2.5.3 0.2.1
0.3.3 2.5.9 0.2.1
1.0.0 2.5.10 1.0.0
1.0.1 2.6.0-M3 1.0.0
1.0.2 2.6.0-RC2 1.0.0
1.0.3 2.6.2 1.0.0
1.0.4 2.6.6 1.0.0
1.0.5 2.6.10 1.0.3
2.0.0 2.7.4 1.0.4
2.0.1 2.8.1 1.0.4
2.1.0 2.8.2 1.0.8
2.1.0 2.10.4 1.0.8
2.1.0 3.0.4 1.0.8

License

sangria-play-json is licensed under Apache License, Version 2.0.