v0.6.0-M4
Pre-release
Pre-release
erikerlandson
released this
31 Jul 21:55
·
180 commits
to scala3
since this release
A couple minor breaking changes:
coefficient
now takes a value type parameter, e.g.coefficient[Double, Meter, Yard]
- I removed the policy for strict unit expressions, since it wasn't being supported properly and I have decided that simply always treating non-unit types as base units should be unobtrusive even for people who don't use that behavior.
- also latest dependencies via scala steward