sbt: typesafe is now lightbend (#6959)

https://www.lightbend.com/blog/typesafe-changes-name-to-lightbend
This commit is contained in:
kenji yoshida 2016-11-16 18:56:25 +09:00 committed by Mike McQuaid
parent 46bad19e17
commit 2948f2bfd4

View file

@ -39,7 +39,7 @@ class Sbt < Formula
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.
This formula is now using the standard lightbend sbt launcher script.
Project specific options should be placed in .sbtopts in the root of your project.
Global settings should be placed in #{etc}/sbtopts
EOS