Skip to content

Commit

Permalink
ScalaSteward: Update scala-collection-compat from 2.8.1 to 2.9.0 (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Apr 22, 2023
1 parent eaa72f5 commit 5fe194b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ lazy val core = project
"org.typelevel" %% "cats-core" % catsVersion(sparkVersion.value),
"com.lihaoyi" %% "sourcecode" % "0.3.0",
"com.chuusai" %% "shapeless" % "2.3.10",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.8.1",
"com.github.mrpowers" %% "spark-fast-tests" % "1.3.0" % "test",
"org.scalatest" %% "scalatest" % "3.2.15" % "test"
"org.scala-lang.modules" %% "scala-collection-compat" % "2.9.0",
"com.github.mrpowers" %% "spark-fast-tests" % "1.3.0" % "test",
"org.scalatest" %% "scalatest" % "3.2.15" % "test"
),
// docs
run / fork := true,
Expand Down

0 comments on commit 5fe194b

Please sign in to comment.