Skip to content

Instantly share code, notes, and snippets.

@axiak
Created September 21, 2011 00:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save axiak/1230860 to your computer and use it in GitHub Desktop.
Save axiak/1230860 to your computer and use it in GitHub Desktop.
name := "MyProject"
version := "0.1"
scalaVersion := "2.9.1"
scalaHome := Some(file("/opt/scala"))
scalaSource in Compile <<= baseDirectory(_ / "project")
fork := true
javaOptions += "-Xmx6G"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment