Skip to content

Commit 9c608ef

Browse files
Update junit-interface to 0.13.3
1 parent 574c739 commit 9c608ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,9 @@ libraryDependencies ++= Seq(
4040
"io.circe" %% "circe-generic" % circeVersion,
4141
"io.circe" %% "circe-parser" % circeVersion,
4242
"org.apache.spark" %% "spark-sql" % sparkVersion % Provided,
43-
4443
"org.scalatest" %% "scalatest" % "3.0.5" % Test,
4544
"junit" % "junit" % "4.12" % Test,
46-
"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")
4746
)
4847

4948
Test / fork := true

0 commit comments

Comments
 (0)