mirror of https://github.com/sbt/sbt.git
bump to test-interface 0.4
This commit is contained in:
parent
7a88494af5
commit
8516a40ec2
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue