mirror of https://github.com/sbt/sbt.git
Bump up test-interface dependency to version 1.0-SNAP3.
This commit is contained in:
parent
d95263f582
commit
838b737caa
|
|
@ -79,10 +79,10 @@ object Sbt extends Build
|
|||
// Apache Ivy integration
|
||||
lazy val ivySub = baseProject(file("ivy"), "Ivy") dependsOn(interfaceSub, launchInterfaceSub, crossSub, logSub % "compile;test->test", ioSub % "compile;test->test", launchSub % "test->test") settings(ivy, jsch, httpclient, testExclusive)
|
||||
// Runner for uniform test interface
|
||||
lazy val testingSub = baseProject(file("testing"), "Testing") dependsOn(ioSub, classpathSub, logSub, launchInterfaceSub, testAgentSub) settings(libraryDependencies += "org.scala-tools.testing" % "test-interface" % "0.5")
|
||||
lazy val testingSub = baseProject(file("testing"), "Testing") dependsOn(ioSub, classpathSub, logSub, launchInterfaceSub, testAgentSub) settings(libraryDependencies += "org.scalatest" % "test-interface" % "1.0-SNAP3")
|
||||
// Testing agent for running tests in a separate process.
|
||||
lazy val testAgentSub = project(file("testing/agent"), "Test Agent") settings(
|
||||
libraryDependencies += "org.scala-tools.testing" % "test-interface" % "0.5"
|
||||
libraryDependencies += "org.scalatest" % "test-interface" % "1.0-SNAP3"
|
||||
)
|
||||
|
||||
// Basic task engine
|
||||
|
|
|
|||
Loading…
Reference in New Issue