Created
July 30, 2013 23:36
-
-
Save sleepynate/6118008 to your computer and use it in GitHub Desktop.
Revisions
-
sleepynate created this gist
Jul 30, 2013 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ [error] app/models/Job.scala:22: ambiguous implicit values: [error] both object IntReads in trait DefaultReads of type play.api.libs.json.Reads.IntReads.type [error] and object LongReads in trait DefaultReads of type play.api.libs.json.Reads.LongReads.type [error] match expected type play.api.libs.json.Reads[T] [error] case Some(bs) => bs.map(Json.fromJson(_))