Skip to content

Instantly share code, notes, and snippets.

@krrrr38
Created February 22, 2012 02:47
Show Gist options
  • Save krrrr38/1880906 to your computer and use it in GitHub Desktop.
Save krrrr38/1880906 to your computer and use it in GitHub Desktop.
build.sbt
name := "project_name"
version := "1.0"
scalaVersion := "2.9.1"
libraryDependencies += "org.scalatest" %% "scalatest" % "1.7.1" % "test"
/** Console */
initialCommands in console := "import org.scalatest.FunSuite"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment