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 version
only shows the “project version” (0.1) and
$ sbt --version
does nothing.
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 version
only shows the “project version” (0.1) and
$ sbt --version
does nothing.