Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kty1965/6ef9c087d8b63894ccbccc758b2fd6de to your computer and use it in GitHub Desktop.
Save kty1965/6ef9c087d8b63894ccbccc758b2fd6de to your computer and use it in GitHub Desktop.
Scala 2.10.4 & sbt latest version
# Scala Installation
wget www.scala-lang.org/files/archive/scala-2.10.4.deb
sudo dpkg -i scala-2.10.4.deb
# sbt Installation
echo "deb https://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