mirror of https://github.com/sbt/sbt.git
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:
parent
355d8ca35b
commit
2c7276cc42
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue