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

Upgrade doobie to 1.0.0-RC4 #365

Closed jatcwang closed 11 months ago

Awethon commented 1 year ago

@lloydmeta could you please take a look?

limansky commented 1 year ago

It looks like reactive mongo dependency should be a RC7, without snapshot. I've created PR #366 to fix it, and update to latest RC.

codecov-commenter commented 1 year ago

Codecov Report

Merging #365 (2bf7bff) into master (f9b528a) will not change coverage. The diff coverage is n/a.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@           Coverage Diff           @@
##           master     #365   +/-   ##
=======================================
  Coverage   85.87%   85.87%           
=======================================
  Files          65       65           
  Lines         531      531           
  Branches       24       24           
=======================================
  Hits          456      456           
  Misses         75       75           
jatcwang commented 1 year ago

1.0.0-RC4 is using Scala 3.3.0 so I think we may need to upgrade scala 3 ver here too.

lloydmeta commented 11 months ago

Closing this because it was handled via https://github.com/lloydmeta/enumeratum/pull/370