ing-bank / scruid

Scala + Druid: Scruid. A library that allows you to compose queries in Scala, and parse the result back into typesafe classes.
Apache License 2.0
115 stars 29 forks source link

Remove unused cats dependencies #35

Closed Fokko closed 5 years ago

bjgbeelen commented 5 years ago

This is required if you want to build for Scala 2.11, which doesn't have a .map on an Either out of the box.

Fokko commented 5 years ago

Ah makes sense, I'm using Scala 2.12, thanks @bjgbeelen