PureConfig v0.15.0 Release Notes

Release Date: 2021-04-18 // about 3 years ago
    • 💥 Breaking changes
      • The Derivation type class was removed. If you were relying on it, e.g. by using Derivation.Successful directly or using Derivation values in function signatures, you can simply use ConfigReader and ConfigWriter directly. The docs were updated to recommend splain as a tool to debug implicit not found errors.