Skip to content

Commit 4d45825

Browse files
authored
Merge pull request #106 from target/update/junit-interface-0.13.3
Update junit-interface to 0.13.3
2 parents 9ac6620 + 9c608ef commit 4d45825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ libraryDependencies ++= Seq(
4242
"org.apache.spark" %% "spark-sql" % sparkVersion % Provided,
4343
"org.scalatest" %% "scalatest" % "3.0.5" % Test,
4444
"junit" % "junit" % "4.12" % Test,
45-
"com.novocode" % "junit-interface" % "0.11" % Test exclude ("junit", "junit-dep")
45+
"com.github.sbt" % "junit-interface" % "0.13.3" % Test exclude ("junit", "junit-dep")
4646
)
4747

4848
Test / fork := true

0 commit comments

Comments
 (0)