PureConfig v0.15.0 Release Notes
Release Date: 2021-04-18 // about 1 year ago-
- 💥 Breaking changes
- The
Derivation
type class was removed. If you were relying on it, e.g. by usingDerivation.Successful
directly or usingDerivation
values in function signatures, you can simply useConfigReader
andConfigWriter
directly. The docs were updated to recommend splain as a tool to debug implicit not found errors.
- The
- 💥 Breaking changes