We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 574c739 commit 9c608efCopy full SHA for 9c608ef
1 file changed
build.sbt
@@ -40,10 +40,9 @@ libraryDependencies ++= Seq(
40
"io.circe" %% "circe-generic" % circeVersion,
41
"io.circe" %% "circe-parser" % circeVersion,
42
"org.apache.spark" %% "spark-sql" % sparkVersion % Provided,
43
-
44
"org.scalatest" %% "scalatest" % "3.0.5" % Test,
45
"junit" % "junit" % "4.12" % Test,
46
- "com.novocode" % "junit-interface" % "0.11" % Test exclude ("junit", "junit-dep")
+ "com.github.sbt" % "junit-interface" % "0.13.3" % Test exclude ("junit", "junit-dep")
47
)
48
49
Test / fork := true
0 commit comments