scalameta / metals

Scala language server with rich IDE features 🚀
https://scalameta.org/metals/
Apache License 2.0
2.04k stars 318 forks source link

bugfix: Always require _ to calculate scala version from jar #6538

Closed tgodzik closed 1 week ago

tgodzik commented 1 week ago

Previously, we would identify any jar with 3.0 as Scala 3. Now we require _ as is always added to scala libraries

Fixes https://github.com/scalameta/metals/issues/6533