Showing posts with label Apache Ivy. Show all posts
Showing posts with label Apache Ivy. Show all posts

Saturday, October 29, 2016

macOS Sierra: Scala: Installing sbt (Build automation tool for Scala)

Command:

$ brew install sbt


Result:

==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).
==> New Formulae
pacparser

==> Using the sandbox
==> Downloading https://dl.bintray.com/sbt/native-packages/sbt/0.13.12/sbt-0.13.12.tgz
######################################################################## 100.0%
==> Caveats
You can use $SBT_OPTS to pass additional JVM options to SBT:
   SBT_OPTS="-XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=256M"

This formula is now using the standard typesafe sbt launcher script.
Project specific options should be placed in .sbtopts in the root of your project.
Global settings should be placed in /usr/local/etc/sbtopts
==> Summary
🍺  /usr/local/Cellar/sbt/0.13.12: 6 files, 1.2M, built in 13 seconds