We have a Play 2.2 based app build on reactive mongo 0.10.0. Since the day we updated to version 2.2 we cannot deploy to Heroku. I tried again yesterday and now the deployment fails with the following error:
[info] Compiling 59 Scala sources and 2 Java sources to /tmp/build_b2e508e4-4f0d-4654-9496-2a6820cace3b/target/scala-2.10/classes...
[error] /tmp/build_b2e508e4-4f0d-4654-9496-2a6820cace3b/app/models/Match.scala:484: missing arguments for method toList in trait Cursor;
[error] follow this method with `_' if you want to treat it as a partially applied function
[error] collection.find(query).cursor[Match].toList
[error] ^
Any suggestions hw to solve this?