Skip to content

Instantly share code, notes, and snippets.

@jacekwasilewski
Last active August 29, 2015 14:23
Show Gist options
  • Save jacekwasilewski/cb1e26396a08a6264cf8 to your computer and use it in GitHub Desktop.
Save jacekwasilewski/cb1e26396a08a6264cf8 to your computer and use it in GitHub Desktop.
Scala 2.10.5 & sbt 0.13 on Ubuntu 14.04
# installing Scala 2.10.5
wget www.scala-lang.org/files/archive/scala-2.10.5.deb
sudo dpkg -i scala-2.10.5.deb
# installing sbt
echo "deb http://dl.bintray.com/sbt/debian /" | sudo tee -a /etc/apt/sources.list.d/sbt.list
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