Skip to content

Commit e5bffdf

Browse files
committed
Merge pull request #65 from benmccann/junit-4.12
Upgrade to junit 4.12
2 parents 509e6a1 + a7c542d commit e5bffdf

File tree

3 files changed

+2
-223
lines changed

3 files changed

+2
-223
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version := "0.11"
66

77
crossPaths := false
88

9-
libraryDependencies += "junit" % "junit" % "4.11"
9+
libraryDependencies += "junit" % "junit" % "4.12"
1010

1111
libraryDependencies += "org.scala-sbt" % "test-interface" % "1.0"
1212

src/main/java/com/novocode/junit/CategoryFilter.java

Lines changed: 0 additions & 222 deletions
This file was deleted.

src/main/java/com/novocode/junit/JUnitRunner.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
import junit.framework.TestCase;
77

8+
import org.junit.experimental.categories.Categories.CategoryFilter;
89
import org.junit.runner.JUnitCore;
910
import org.junit.runner.Request;
1011
import org.junit.runner.RunWith;

0 commit comments

Comments
 (0)