Problem statements:
- I want to use MongoDB and Scala3
- Official support for auto codec derivation is via Scala 2 macros :-(
- I do not want to write transformations by hand.
Solutions:
- Scala 3 Type Class Auto Derivation :-)
Latest version:
Note: If the badge doesn't show above, you can check the cloudsmith page directly.
Add the folowing resolver to your build.sbt
project.
resolvers += "alterationx10-bson-codecs" at "https://dl.cloudsmith.io/public/alterationx10/bson-codecs/maven/"