| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 | 
							- # ------------------------------------------------ #
 
- #  The SBT Configuration file.                     #
 
- # ------------------------------------------------ #
 
- # Disable ANSI color codes
 
- #
 
- #-no-colors
 
- # Starts sbt even if the current directory contains no sbt project.
 
- #
 
- -sbt-create
 
- # Path to global settings/plugins directory (default: ~/.sbt)
 
- #
 
- #-sbt-dir  /etc/sbt
 
- # Path to shared boot directory (default: ~/.sbt/boot in 0.11 series)
 
- #
 
- #-sbt-boot ~/.sbt/boot  
 
- # Path to local Ivy repository (default: ~/.ivy2)
 
- #
 
- #-ivy ~/.ivy2
 
- # set memory options
 
- #
 
- #-mem   <integer>  
 
- # Use local caches for projects, no sharing.
 
- #
 
- #-no-share
 
- # Put SBT in offline mode.
 
- #
 
- #-offline
 
- # Sets the SBT version to use.
 
- #-sbt-version  0.11.3
 
- # Scala version (default: latest release)
 
- #
 
- #-scala-home <path>        
 
- #-scala-version <version>
 
- # java version (default: java from PATH, currently $(java -version |& grep version))
 
- #
 
- #-java-home <path>
 
 
  |