Releases: leanovate/play-mockws
Releases · leanovate/play-mockws
v3.1.0
What's Changed
- Update Play to 2.9.9/3.0.9
- Stop publishing
play-mockws-2-8
(for Play 2.8.x)
Others
- chore(deps): update actions/checkout action to v5 by @renovate[bot] in #581
- Update sbt-ci-release to 1.11.2 by @scala-steward in #583
- chore(deps): update actions/setup-java action to v5 by @renovate[bot] in #584
- chore(deps): update dependency sbt/sbt to v1.11.6 by @renovate[bot] in #588
Full Changelog: v3.0.9...v3.1.0
v3.0.9
v3.0.8
v3.0.7
v3.0.6
What’s Changed
- Update Play to 2.9.7/3.0.7
- Update Scala to 2.12.20/2.13.16/3.3.5
Others:
- chore(deps): update dependency org.scala-lang.modules:scala-collection-compat to v2.13.0
- Update sbt, scripted-plugin to 1.10.10
- chore(deps): update dependency org.scalacheck:scalacheck to v1.18.1
- chore(deps): update dependency org.mockito:mockito-core to v5.16.0
v3.0.5
What’s Changed
- 🏗️ build: upgrade Play to 2.9.4/3.0.4 (#410) @gaeljw
- Update play, play-ahc-ws, play-test to 2.8.22 (#405) @scala-steward
⚠️ This is the latest 2.8.x version of Play (EOL), as a consequence, we'll stop publishing new versions of play-mockws-2-8 in the next minor version of play-mockws (3.1.x).
- chore(deps): update dependency org.scalatest:scalatest to v3.2.19 (#409) @gaeljw
Others:
- chore(deps): update actions/checkout action to v4.1.7 (#406) @gaeljw
- Update scalafmt-core to 3.8.2 (#408) @scala-steward
- chore(deps): update renovatebot/github-action action to v40.1.12 (#404) @gaeljw
Full Changelog: v3.0.4...v3.0.5
v3.0.4
What’s Changed
- Update play, play-ahc-ws, play-test to 3.0.3 (#397)
- Update play, play-ahc-ws, play-test to 2.9.3 (#396)
Others:
- Update mockito-core to 5.12.0 (#402)
- Update sbt to 1.10.0 (#398)
- Update sbt-scoverage to 2.0.12 (#394)
- chore(deps): update dependency scala to v2.13.14 (#392)
- chore(deps): update dependency org.scalacheck:scalacheck to v1.17.1 (#386)
- chore(deps): update dependency org.scala-lang.modules:scala-collection-compat to v2.12.0 (#385)
3.0.3
What’s Changed
- Update Play to 2.9.2/3.0.2 (#363, #365) @scala-steward
- Update Scala to 2.12.19/2.13.13/3.3.3 (#361, #362, #366) @scala-steward
Internal dependency updates:
- Update mockito-core to 5.11.0 (#364) @scala-steward
- Update sbt-scoverage to 2.0.11 (#360) @scala-steward
- Update sbt to 1.9.9 (#359) @scala-steward
- Update scalatest to 3.2.18 (#357) @scala-steward
- Update scalafmt-core to 3.8.0 (#356) @scala-steward
Full Changelog: v3.0.2...v3.0.3
3.0.2
What’s Changed
Other:
- Update mockito-core to 5.9.0 (#353) @scala-steward
- Update sbt to 1.9.8 (#352) @scala-steward
3.0.1
ℹ️ This release brings a new naming and versioning scheme.
Starting with 3.0.0, artifacts are published for a specific Play version: play-mockws-3-0
, play-mockws-2-9
and play-mockws-2-8
instead of play-mockws
.
🆕 This is the first release to support Play 3.0 and Pekko 1.0. Thanks @AshCorr for her work!