Skip to content

Instantly share code, notes, and snippets.

@ScottEvil
Forked from osipov/gist:c2a34884a647c29765ed
Last active August 29, 2015 14:24
Show Gist options
  • Save ScottEvil/011726ce7259388f8a20 to your computer and use it in GitHub Desktop.
Save ScottEvil/011726ce7259388f8a20 to your computer and use it in GitHub Desktop.
sudo apt-get remove scala-library scala
sudo wget www.scala-lang.org/files/archive/scala-2.11.7.deb
sudo dpkg -i scala-2.11.1.deb
wget http://scalasbt.artifactoryonline.com/scalasbt/sbt-native-packages/org/scala-sbt/sbt/0.13.8/sbt.deb
sudo dpkg -i sbt-0.13.8.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment