Created
September 30, 2010 19:55
-
-
Save abstractj/605212 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
//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