We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2402165 + 03b567e commit 2e74b57Copy full SHA for 2e74b57
build.sbt
@@ -40,8 +40,8 @@ libraryDependencies ++= Seq(
40
"io.circe" %% "circe-generic" % circeVersion,
41
"io.circe" %% "circe-parser" % circeVersion,
42
"org.apache.spark" %% "spark-sql" % sparkVersion % Provided,
43
+ "junit" % "junit" % "4.13.2" % Test,
44
"org.scalatest" %% "scalatest" % "3.0.9" % Test,
- "junit" % "junit" % "4.12" % Test,
45
"com.github.sbt" % "junit-interface" % "0.13.3" % Test exclude ("junit", "junit-dep")
46
)
47
0 commit comments