Skip to content

Commit

Permalink
chore: Remove parallel collection since they are unused
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Dec 23, 2024
1 parent 978e9d0 commit 8a84a7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,6 @@ lazy val metals = project
// For starting Ammonite
"io.github.alexarchambault.ammonite" %% "ammonite-runner" % "0.4.0",
"org.scala-lang.modules" %% "scala-xml" % "2.3.0",
"org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.4",
("org.virtuslab.scala-cli" % "scala-cli-bsp" % V.scalaCli)
.exclude("ch.epfl.scala", "bsp4j"),
),
Expand Down

0 comments on commit 8a84a7b

Please sign in to comment.