Skip to content

Commit

Permalink
Update dependency org.scala-lang.modules:scala-collection-compat to v…
Browse files Browse the repository at this point in the history
…2.12.0
  • Loading branch information
renovate[bot] authored Apr 15, 2024
1 parent b1d5b97 commit 282c1fb
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 @@ -56,7 +56,7 @@ lazy val core = (project in file("."))
libraryDependencies ++= Seq(
"org.apache.spark" %% "spark-core" % scalaVersion(sparkDependency(_)).value % Provided,
"org.apache.spark" %% "spark-sql" % scalaVersion(sparkDependency(_)).value % Provided,
"org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0",
"org.scalatest" %% "scalatest-funsuite" % scalatestVersion % Test,
"org.scalatest" %% "scalatest-shouldmatchers" % scalatestVersion % Test
),
Expand Down

0 comments on commit 282c1fb

Please sign in to comment.