Skip to content

Play JSON 3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Nov 08:55
· 68 commits to main since this release
3.0.0
f5f1e35

Noteworthy

With version 3.0.0 the groupId changes from com.typesafe.play to org.playframework. To add this project as dependency you now have to use:

  • sbt
    libraryDependencies += "org.playframework" %% "play-json" % -version-
  • Gradle
    compile group: 'org.playframework', name: 'play-json_2.13', version: -version-
    
  • Maven
    <dependency>
      <groupId>org.playframework</groupId>
      <artifactId>play-json_2.13</artifactId>
      <version>-version-</version>
    </dependency>

Changes

❤️ Thanks to our premium sponsors!

If you find this OSS project useful for work, please consider asking your company to support it by becoming a sponsor.
You can also individually sponsor the project by becoming a backer.

🙇 Thanks to our contributors

Finally, thanks to the community for their help with detailed bug reports, discussions about new features and pull request reviews. This project is only possible due to the help we had from amazing contributors.
Special thanks to all code contributors who helped with this particular release (they are listed below)!