According to this issue, it is fixed in the documentation. I needed to add the following import:
import play.api.libs.concurrent.Execution.Implicits._
According to this issue, it is fixed in the documentation. I needed to add the following import:
import play.api.libs.concurrent.Execution.Implicits._