Commit 42fdd76
authored
chore: make metals believe scala-library-bootstrapped is a scala 3 project (#23568)
If we don't set explicitly the scala version, sbt will default to `2.12`
which will be then used by metals, even when we actually override the
scalaInstance when bootstrapping. In this PR, we actually make sure that
the stdlib bootstrapped uses a Scala 3 version so that metals won't
confuse it with a scala 2.12 project.
<img width="1200" height="42" alt="Screenshot 2025-07-18 at 20 45 30"
src="https://github.com/user-attachments/assets/bc1a66c0-48c3-4dea-9d64-3f651170ef72"
/>1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1450 | 1450 | | |
1451 | 1451 | | |
1452 | 1452 | | |
| 1453 | + | |
| 1454 | + | |
| 1455 | + | |
1453 | 1456 | | |
1454 | 1457 | | |
1455 | 1458 | | |
| |||
0 commit comments