Reverted version of test framework

git-svn-id: https://simple-build-tool.googlecode.com/svn/trunk@898 d89573ee-9141-11dd-94d4-bdf5e562f29c
This commit is contained in:
dmharrah 2009-07-27 15:37:11 +00:00
parent 355d8ca35b
commit 2c7276cc42
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@ import sbt._
class Plugins(info: ProjectInfo) extends PluginDefinition(info)
{
val scripted = "org.scala-tools.sbt" % "test" % "0.5.2"
val scripted = "org.scala-tools.sbt" % "test" % "0.5.1"
}