Created
May 20, 2015 16:55
-
-
Save ansrivas/2d999905852bbe536177 to your computer and use it in GitHub Desktop.
Set scala version globally to be used with SBT
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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