You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've also noticed this. very irritating on machines where somebody installs a dodgy version of upstream sbt with a global bash profile that sets stupid flags.
As a silly example, with
SBT_OPTS='-scala-version 2.11.1'
Executing
sbt -scala-version 2.10.4 -sbt-create 'show scalaVersion'
returns:
[info] 2.11.1
The text was updated successfully, but these errors were encountered: