aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2013-08-15 18:26:39 +0200
committerJason Zaugg <jzaugg@gmail.com>2013-08-15 18:26:39 +0200
commit74681a0e1e3b2488386ca5b5dd12f5b0682393a3 (patch)
treea7a3b9cae9ed0e88b8fc9e8ad2b63fb42dc33269 /build.sbt
parent4ddf4fad87de6470fd4c04c25384817e97ffe135 (diff)
downloadscala-async-74681a0e1e3b2488386ca5b5dd12f5b0682393a3.tar.gz
scala-async-74681a0e1e3b2488386ca5b5dd12f5b0682393a3.tar.bz2
scala-async-74681a0e1e3b2488386ca5b5dd12f5b0682393a3.zip
Update to SBT 0.13.0-M5
Which correctly substitutes scala-reflect.jar when using scalaHome to test out the plugin with a local version of Scala. Also updates to a released version of the junit-interface SBT TestFramework.
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index d6dc3bb..7eba7cd 100644
--- a/build.sbt
+++ b/build.sbt
@@ -15,7 +15,7 @@ libraryDependencies <++= (scalaVersion) {
libraryDependencies += "junit" % "junit-dep" % "4.10" % "test"
-libraryDependencies += "com.novocode" % "junit-interface" % "0.10-M2" % "test"
+libraryDependencies += "com.novocode" % "junit-interface" % "0.10" % "test"
testOptions += Tests.Argument(TestFrameworks.JUnit, "-q", "-v", "-s")