It looks like you are experiencing version mismatch issue.
If you have modified your project/build.properties
to include sbt.version=0.13.0
, it could mean that you are using wrong launcher.
Try running
sbt sbt-version
and check if the version matches your sbt version in project/build.properties
.