How do I check which version of sbt I\'m running?
I have the bash file set up that uses sbt-launch.jar, and it works, but
sbt-launch.jar
$ sbt vers
run sbt console then type sbtVersion to check sbt version, and scalaVersion for scala version
sbtVersion
scalaVersion
sbt about then enter to get SBT version
sbt about