1.16.0 - 2026-02-07
New Features
numerictraits should be available by importingrefined4s.types.all.*(#566)
Previously, to use the following traits, import refined4s.types.numeric.* was required.
NumericInlinedNumericMinMaxMinMaxInlinedNumericMinInlinedNumericMaxInlinedNumericMinMax
Now, these are available with import refined4s.types.all.* as well.
What's Changed
- Close #566:
numerictraits should be available by importingrefined4s.types.all.*by @kevin-lee in #567 - Update sbt to
1.11.7by @kevin-lee in #568 - refined4s v1.16.0 by @kevin-lee in #569
Full Changelog: v1.15.0...v1.16.0