Created
May 27, 2015 06:42
-
-
Save Pragith/f57c178f2aba09022d2d to your computer and use it in GitHub Desktop.
This file contains 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
sudo apt-get remove scala-library scala | |
wget http://www.scala-lang.org/files/archive/scala-2.11.6.deb | |
sudo dpkg -i scala-2.11.6.deb | |
sudo apt-get update | |
sudo apt-get install scala | |
wget http://dl.bintray.com/sbt/debian/sbt-0.13.8.deb | |
sudo dpkg -i sbt-0.13.8.deb | |
sudo apt-get update | |
sudo apt-get install sbt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment