Skip to content

Commit

Permalink
Update scalatest to 3.2.19 (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jun 25, 2024
1 parent 397cc45 commit 519fa1d
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 @@ -55,7 +55,7 @@ lazy val `sparksql-scalapb` = (projectMatrix in file("sparksql-scalapb"))
"com.thesamet.scalapb" %% "scalapb-runtime" % scalapb.value.scalapbVersion % "protobuf",
"org.apache.spark" %% "spark-sql" % spark.value.sparkVersion % "provided",
"org.apache.spark" %% "spark-sql" % spark.value.sparkVersion % "test",
"org.scalatest" %% "scalatest" % "3.2.18" % "test",
"org.scalatest" %% "scalatest" % "3.2.19" % "test",
"org.scalatestplus" %% "scalacheck-1-17" % "3.2.18.0" % "test",
"com.github.alexarchambault" %% "scalacheck-shapeless_1.16" % "1.3.1" % "test"
),
Expand Down

0 comments on commit 519fa1d

Please sign in to comment.