Created
February 22, 2012 02:47
-
-
Save krrrr38/1880906 to your computer and use it in GitHub Desktop.
build.sbt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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