bump to test-interface 0.4

This commit is contained in:
Mark Harrah 2010-01-10 22:02:01 -05:00
parent 7a88494af5
commit 8516a40ec2
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ class SbtProject(info: ProjectInfo) extends DefaultProject(info) with test.SbtSc
val jsch = "com.jcraft" % "jsch" % "0.1.31" intransitive()
val jetty = "org.mortbay.jetty" % "jetty" % "6.1.14" % "optional"
val testInterface = "org.scala-tools.testing" % "test-interface" % "0.3"
val testInterface = "org.scala-tools.testing" % "test-interface" % "0.4"
// xsbt components
val xsbti = "org.scala-tools.sbt" % "launcher-interface" % projectVersion.value.toString % "provided"