Skip to content

Commit

Permalink
Merge pull request #194 from target/update/scalatest-3.2.19
Browse files Browse the repository at this point in the history
Update scalatest from 3.2.18 to 3.2.19
  • Loading branch information
colindean authored Nov 1, 2024
2 parents b3439c7 + 56b2c62 commit 503d3ce
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 @@ -72,7 +72,7 @@ libraryDependencies ++= Seq(
"io.circe" %% "circe-parser" % circeVersion.value,
"org.apache.spark" %% "spark-sql" % sparkVersion.value % Provided,
"junit" % "junit" % "4.13.2" % Test,
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
"com.github.sbt" % "junit-interface" % "0.13.3" % Test exclude ("junit", "junit-dep")
)

Expand Down

0 comments on commit 503d3ce

Please sign in to comment.