Skip to content

0.7.0

Choose a tag to compare

@hmrc-web-operations hmrc-web-operations released this 10 Oct 08:45
· 8 commits to main since this release
562eafc

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.