When compiling an application with Play2, sometimes these kind of message appears on my terminal :
[info] Compiling 1 Scala source to ~/target/scala-2.10/classes...
[warn] there were 1 feature warnings; re-run with -feature for details
[warn] one warning found
[success] Compiled in 1s
How can I get more information about those warning? It must be an option of sbt but I have no idea where to search...