0.7.0
·
8 commits
to main
since this release
Release Notes
The v0.7.0 release cross builds for Scala 3 and bumps some dependencies to Play-3 versions.
Users of this release might need to update any akka package imports to org.apache.pekko.
Additionally, if using StandaloneWSRequest#Self#Response this will need to be refactored to use StandaloneWSResponse instead (an example of the change needed).
Updated
- Library now cross building for Scala 3
- Play-3 versions of play-json and play-ws updated
For more details, refer to the pull request #11.