Once I run \'sbt compile\' on a 2.3 play project, I can\'t use \'sbt compile\' to compile any Play 2.2.x projects anymore. This is the error when I run sbt command.
Try updating play-fork-run.sbt
addSbtPlugin("com.typesafe.play" % "sbt-fork-run-plugin" % "2.3.8")
update to
addSbtPlugin("com.typesafe.play" % "sbt-fork-run-plugin" % "2.4.0")
Then project will be able to build.