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

Upgrade circe to version 0.10.1 #47

Closed anskarl closed 5 years ago

anskarl commented 5 years ago

Current version of scruid uses circe version 0.9.3, while the latest is 0.10.1.

Version 0.10.1 or circe resolves the issue of not having a public trait providing java.time that appeared in version 0.10.0 (for details, see https://github.com/circe/circe/issues/976). According to the release notes of 0.10.1, the TimeInstances trait or 0.9.x can be replaced with JavaTimeDecoders and JavaTimeEncoders.

Fokko commented 5 years ago

Merged, thanks @anskarl