Skip to content

Commit 2e74b57

Browse files
authored
Merge pull request #111 from target/update/junit-4.13.2
Update junit to 4.13.2
2 parents 2402165 + 03b567e commit 2e74b57

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
@@ -40,8 +40,8 @@ libraryDependencies ++= Seq(
4040
"io.circe" %% "circe-generic" % circeVersion,
4141
"io.circe" %% "circe-parser" % circeVersion,
4242
"org.apache.spark" %% "spark-sql" % sparkVersion % Provided,
43+
"junit" % "junit" % "4.13.2" % Test,
4344
"org.scalatest" %% "scalatest" % "3.0.9" % Test,
44-
"junit" % "junit" % "4.12" % Test,
4545
"com.github.sbt" % "junit-interface" % "0.13.3" % Test exclude ("junit", "junit-dep")
4646
)
4747

0 commit comments

Comments
 (0)