Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ansrivas/2d999905852bbe536177 to your computer and use it in GitHub Desktop.
Save ansrivas/2d999905852bbe536177 to your computer and use it in GitHub Desktop.
Set scala version globally to be used with SBT
for sbt version 0.13+
$ vim ~/.sbt/0.13/global.sbt
enter this line : for corresponding scala version to be used globally
scalaVersion := "2.11.6"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment