Skip to content

Instantly share code, notes, and snippets.

@abstractj
Created September 30, 2010 19:55
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 abstractj/605212 to your computer and use it in GitHub Desktop.
Save abstractj/605212 to your computer and use it in GitHub Desktop.
//Project definition to run specs with sbt
//Just run reload update
import sbt._
class kataProject(info: ProjectInfo) extends DefaultProject(info){
val specs = "org.scala-tools.testing" % "specs_2.8.0" % "1.6.5" % "test->default"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment