Skip to content

Instantly share code, notes, and snippets.

@jamescarr
Created May 22, 2010 16:18
Show Gist options
  • Save jamescarr/410182 to your computer and use it in GitHub Desktop.
Save jamescarr/410182 to your computer and use it in GitHub Desktop.
import sbt._
class Configuration(info: ProjectInfo) extends DefaultProject(info){
val scalatest = "org.scala-tools.testing" % "scalatest" % "1.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment