Skip to content

Commit

Permalink
Merge branch 'master' into update/scalafmt-core-3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Feb 20, 2024
2 parents 559528c + 56ca32a commit 8763f0d
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.17" % "test",
"org.scalatest" %% "scalatest" % "3.2.18" % "test",
"org.scalatestplus" %% "scalacheck-1-17" % "3.2.17.0" % "test",
"com.github.alexarchambault" %% "scalacheck-shapeless_1.16" % "1.3.1" % "test"
),
Expand Down

0 comments on commit 8763f0d

Please sign in to comment.