Skip to content

Commit

Permalink
Merge pull request #111 from target/update/junit-4.13.2
Browse files Browse the repository at this point in the history
Update junit to 4.13.2
  • Loading branch information
colindean authored Aug 12, 2022
2 parents 2402165 + 03b567e commit 2e74b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ libraryDependencies ++= Seq(
"io.circe" %% "circe-generic" % circeVersion,
"io.circe" %% "circe-parser" % circeVersion,
"org.apache.spark" %% "spark-sql" % sparkVersion % Provided,
"junit" % "junit" % "4.13.2" % Test,
"org.scalatest" %% "scalatest" % "3.0.9" % Test,
"junit" % "junit" % "4.12" % Test,
"com.github.sbt" % "junit-interface" % "0.13.3" % Test exclude ("junit", "junit-dep")
)

Expand Down

0 comments on commit 2e74b57

Please sign in to comment.