evolution-gaming / derivation

Configured derivation library for scala 3
MIT License
34 stars 6 forks source link

'-deprecation' compiler flag; fix LowPriorityEquiv warning #83

Open susliko opened 1 year ago

susliko commented 1 year ago

There is a deprecation warning on using Equiv implicit, which was deprecated since 2.13.0 The warning spreads in cascade to the projects using the library, when -deprecation compiler flag is enabled

cc @Odomontois