monix / newtypes

Macro-free helpers for defining newtypes in Scala, cross-compiled to Scala 3.
https://newtypes.monix.io/
Other
87 stars 9 forks source link

Incorrect dependency description in docs for PureConfig Integration #133

Closed Galahad359 closed 1 week ago

Galahad359 commented 6 months ago

On https://newtypes.monix.io/docs/pure-config.html code snippet for the dependency has wrong comment: " // For Circe version 0.14.x " instead of "// For PureConfig version 0.17.x"

And incorrect artifact suffix: "v0.17" vs. "v0-17" Monix_doc_issues