lloydmeta / enumeratum

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

Documentation update for slick integration #247

Open JethroMV opened 5 years ago

JethroMV commented 5 years ago

I think that val profile: slick.jdbc.Profile

has changed, it is not found. Also, when extending from SlickEnumSupport, many other slick implicit mappings are no longer found.

Is it possible to check if an update is needed to the slick integration part of the README?

lloydmeta commented 5 years ago

For sure, please send an update if you have time :)