Forked from ruslanbogun/gist:0cd5b91cc80bd8346273e0be966fa588
Created
May 23, 2018 08:00
-
-
Save kkonyshev/2bf6e9029666b5b5a752bcfd43b1ab33 to your computer and use it in GitHub Desktop.
No implicit Ordering defined for org.joda.time.DateTime
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
implicit def dateTimeOrdering: Ordering[DateTime] = Ordering.fromLessThan(_ isBefore _) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment