v0.6.10: Wait for global resource to release before ending tests
Highlight
Fixes a bug that would lead to global resources not being finalised correctly, due to build tools prematurely killing forked JVMs.
The bug is fixed by preventing the last task from yielding back to the build tool until the finalisation of global resources is complete.
What's Changed
- Update discipline-core to 1.4.0 by @scala-steward in #440
- Update sbt to 1.5.6 by @scala-steward in #441
- Update scalafmt-core to 3.2.1 by @scala-steward in #437
- Update sbt to 1.5.7 by @scala-steward in #443
- Update cats-effect to 3.3.1 by @scala-steward in #445
- Update sbt to 1.5.8 by @scala-steward in #444
- Update sbt-scalafmt to 2.4.5 by @scala-steward in #438
- Update sbt to 1.6.0 by @scala-steward in #449
- Update sbt to 1.6.1 by @scala-steward in #450
- Update cats-effect to 3.3.3 by @scala-steward in #452
- Update cats-effect to 3.3.4 by @scala-steward in #453
- Update sbt-scalafmt to 2.4.6 by @scala-steward in #447
- Update scalafmt-core to 3.2.2 by @scala-steward in #446
- Renames IOCheckers to Checkers in docs by @albertpastrana in #458
- Update cats-effect to 3.3.5 by @scala-steward in #462
- Update zio-interop-cats to 3.2.9.1 by @scala-steward in #471
- Update sbt to 1.6.2 by @scala-steward in #465
- Mention Scala 3 in README by @hejfelix in #464
- Update sbt-mdoc to 2.3.0 by @scala-steward in #461
- Update specs2-matcher to 4.13.3 by @scala-steward in #474
- Update scalafmt-core to 3.4.3 by @scala-steward in #470
- Wait for resources release before ending tests by @lukestephenson in #477
New Contributors
- @albertpastrana made their first contribution in #458
- @hejfelix made their first contribution in #464
Full Changelog: v0.6.9...v0.6.10