From fc34039894a46c9cf123724c0c68c224a045c9c3 Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Fri, 28 Jun 2013 19:03:30 -0400 Subject: [PATCH] switch to org.scala-sbt;test-interface;1.0 --- project/Util.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Util.scala b/project/Util.scala index 2949aa99f..50ed51d1f 100644 --- a/project/Util.scala +++ b/project/Util.scala @@ -162,7 +162,7 @@ object Common lazy val jsch = lib("com.jcraft" % "jsch" % "0.1.46" intransitive() ) lazy val sbinary = lib("org.scala-tools.sbinary" %% "sbinary" % "0.4.1" ) lazy val scalaCompiler = libraryDependencies <+= scalaVersion("org.scala-lang" % "scala-compiler" % _ ) - lazy val testInterface = lib("org.scalatest" % "test-interface" % "1.0-SNAP7") + lazy val testInterface = lib("org.scala-sbt" % "test-interface" % "1.0") } object Licensed {