Skip to content

Commit

Permalink
Update dependency org.scalatest:scalatest to v3.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 8, 2023
1 parent 17eb201 commit c27ce6d
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 @@ -20,7 +20,7 @@ ThisBuild / libraryDependencies ++= List(
"org.apache.spark" %% "spark-sql" % sparkVersion
)

val scalaTestVersion = "3.1.2"
val scalaTestVersion = "3.2.17"
ThisBuild / libraryDependencies ++= List(
"org.scalatest" %% "scalatest" % scalaTestVersion % Test
)

0 comments on commit c27ce6d

Please sign in to comment.