v2.2.8
github-actions
released this
07 Sep 15:15
·
3571 commits
to master
since this release
What’s Changed
- Wrap mutable httpclient builder in monad.eval, so that the request is properly constructed when the effect is re-used (#677) @adamw
- Add more ergonomic zio stubbing (#674) @paulpdaniels
- Update sbt-mdoc to 2.2.6 (#673) @scala-steward
- Lazy logging (don't construct log messages if specified log level disabled) (#671) @poslegm