lloydmeta / enumeratum

A type-safe, reflection-free, powerful enumeration implementation for Scala with exhaustive pattern match warnings and helpful integrations.
MIT License
1.18k stars 146 forks source link

Update to doobie 1.0.0-RC5 #385

Closed limansky closed 7 months ago

codecov-commenter commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (8bd7a22) 85.71% compared to head (ff3cd33) 85.71%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #385 +/- ## ======================================= Coverage 85.71% 85.71% ======================================= Files 63 63 Lines 511 511 Branches 34 34 ======================================= Hits 438 438 Misses 73 73 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

limansky commented 7 months ago

Hi @lloydmeta Is there any chance to get it released? As I see RC4 and RC5 aren't binary compatible (at least sbt thinks it's so).

lloydmeta commented 7 months ago

Oof. Do things work if you simply exclude the dependency when adding the enumeratum-doobie lib as a dependency?

If that works, great. Otherwise I'm going to probably think twice about RC or M dependent versions of libs.

kovacshuni commented 7 months ago

Release please

lloydmeta commented 7 months ago

Release please

@kovacshuni does what I described in https://github.com/lloydmeta/enumeratum/pull/385#issuecomment-1836014428 work for you?

limansky commented 7 months ago

@lloydmeta I suppose there is no guarantee what the RC4 and RC5 are fully binary compatible. So if it works for some case it doesn't proof that it will work for another.

lloydmeta commented 6 months ago

Fair enough, thanks @limansky . Just pushed to Maven Central.