Skip to content

Commit 507faf8

Browse files
committed
Enable executtion of JUnit tests from SBT.
1 parent 2fe6163 commit 507faf8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scala-console/build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ libraryDependencies ++= Seq(
2929
"org.scala-lang" % "scala-swing" % scalaVersion.value,
3030
"net.imagej" % "ij" % "1.47v",
3131
"com.fifesoft" % "rsyntaxtextarea" % "2.0.6",
32-
"junit" % "junit" % "4.11" % "test"
32+
"junit" % "junit" % "4.11" % "test",
33+
"com.novocode" % "junit-interface" % "0.10" % "test"
3334
)
3435

3536
resolvers += "ImageJ Releases" at "http://maven.imagej.net/content/repositories/releases/"

0 commit comments

Comments
 (0)