Closed coltfred closed 11 years ago
If an SBT project exists, but the project folder doesn't contain a Build.scala file it's not recognized.
Either the folder should be looked for or it should look for the folder or it should look for any .scala file.
It turns out any .sbt file in the root should be recognized as well, so I've included that now too, as well as updating the Play project detection for Play 2.1.
If an SBT project exists, but the project folder doesn't contain a Build.scala file it's not recognized.
Either the folder should be looked for or it should look for the folder or it should look for any .scala file.