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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It now works as of version 1.3.3+ (credit to @ElectronWill).
You may also want to use
sbt aboutthat (copying Mark Harrah’s comment):