When I run the version
command in the sbt console it shows "0.1.0-SNAPSHOT". Is this the current sbt version?
I'm used the Getting Started guide on the SBT wiki to install sbt on my system.
When I run the version
command in the sbt console it shows "0.1.0-SNAPSHOT". Is this the current sbt version?
I'm used the Getting Started guide on the SBT wiki to install sbt on my system.
The version
command prints the version of the project you are building. You probably want sbt-version
.
To check version of the sbt that you are using:
$ sbt sbt-version