lucidsoftware / xtract

A library to make it easy to deserialize XML to user types in scala
Apache License 2.0
60 stars 20 forks source link

Look at using cats instead of play_functional #4

Closed tmccombs closed 7 years ago

tmccombs commented 7 years ago

cats has most of the functionality of the play-functional project, has better documentation, and is more widely known/understood. It probably makes sense to use that instead of play-functional.

Note: This would be a breaking change and require a major version change.