Skip to content

Commit

Permalink
fix metals
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Dec 17, 2024
1 parent 6547d0c commit 42655f1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions proj/metals.conf
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
// https://github.com/scalameta/metals.git#main
// https://github.com/scalacommunitybuild/metals.git#community-build-2.13 # was scalameta, main

// note that there are always test failures when we run on a PR validation
// snapshot. (we could probably fix it by adding a resolver in the repo?)

// forked (December 2024) to fix scala/scala-dev#891; we should be able
// to unfork after Scala 2.13.16 is released

vars.proj.metals: ${vars.base} {
name: "metals"
uri: "https://github.com/scalameta/metals.git#1ce512aca99c818c094af072f5973da4ad890545"
uri: "https://github.com/scalacommunitybuild/metals.git#78522923453be9ef3481b163e0e7c84a10e5cc9a"

extra.options: ["-Xmx3g"]
// Vadim from Virtus writes:
Expand Down

0 comments on commit 42655f1

Please sign in to comment.