monix / monix-connect

A set of connectors for Monix. 🔛
https://connect.monix.io
Apache License 2.0
59 stars 17 forks source link

Scala 3 support #676

Open paualarco opened 3 years ago

paualarco commented 3 years ago

Support for scala 3 should not be as longer as in other projects. The main pain point is to wait for the scala-MongoDB library dependency to provide support for Scala3, since it defines some macros that this project is using. Alternatively use the dotty compatibility plugin for that, (but that is not recommended!).

paualarco commented 3 years ago

Between other repos that still not offer support for scala 3, like pureconfig