Skip to content

Commit

Permalink
Merge pull request #171 from target/update/scalatest-3.2.17
Browse files Browse the repository at this point in the history
Update scalatest from 3.2.16 to 3.2.17
  • Loading branch information
colindean authored Jan 30, 2024
2 parents 364659f + 4bf7d38 commit d3395b3
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 @@ -41,7 +41,7 @@ libraryDependencies ++= Seq(
"io.circe" %% "circe-parser" % circeVersion,
"org.apache.spark" %% "spark-sql" % sparkVersion % Provided,
"junit" % "junit" % "4.13.2" % Test,
"org.scalatest" %% "scalatest" % "3.2.16" % Test,
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
"com.github.sbt" % "junit-interface" % "0.13.3" % Test exclude ("junit", "junit-dep")
)

Expand Down

0 comments on commit d3395b3

Please sign in to comment.