Skip to content

Instantly share code, notes, and snippets.

@jacekwasilewski
Last active September 20, 2015 00:47
Show Gist options
  • Save jacekwasilewski/8f1587152a77c3f7090f to your computer and use it in GitHub Desktop.
Save jacekwasilewski/8f1587152a77c3f7090f to your computer and use it in GitHub Desktop.
Scala 2.11.7 & sbt 0.13.5 on Ubuntu 14.04
# installing Scala 2.11.7
wget http://www.scala-lang.org/files/archive/scala-2.11.7.deb
sudo dpkg -i scala-2.11.7.deb
# installing sbt
echo "deb http://dl.bintray.com/sbt/debian /" | sudo tee -a /etc/apt/sources.list.d/sbt.list
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 642AC823
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