Metals v1.2.2 - Bismuth
· 2 min read
We're happy to announce the release of Metals v1.2.2, which fixes broken sbt builds on Windows.
Commits since last release | 9 |
Merged PRs | 9 |
Contributors | 4 |
Closed issues | 4 |
For full details: https://github.com/scalameta/metals/milestone/64?closed=1
Metals is a language server for Scala that works with VS Code, Vim, Emacs and Sublime Text. Metals is developed at the Scala Center and VirtusLab with the help from contributors from the community.
TL;DR
Check out https://scalameta.org/metals/, and give Metals a try!
Fix sbt builds on Windows
Previous release unintentionally stopped some sbt projects on Windows from importing. In this release we revert the breaking changes.
Miscellaneous
- bugfix: Deduplicate references results. kasiaMarek
- bugfix: Don't rename package when it did not change. kasiaMarek
- bugfix: properly resolve build targets for references search. kasiaMarek
- bugfix: Allow Scala 2.11 to be run on newer JVMs. tgodzik
Contributors
Big thanks to everybody who contributed to this release or reported an issue!
$ git shortlog -sn --no-merges v1.2.1..v1.2.2
5 Katarzyna Marek
2 Scalameta Bot
1 Jakub Ciesluk
1 Tomasz Godzik
Merged PRs
v1.2.2 (2024-02-15)
Merged pull requests:
- bugfix: deduplicate references results #6116 (kasiaMarek)
- bugfix: don't rename package when it did not change #6115 (kasiaMarek)
- chore: Fix CI after changes in dotty #6113 (jkciesluk)
- bugfix: properly resolve build targets for references search #6103 (kasiaMarek)
- bugfix: revert back to using embedded
sbt
launcher for Windows #6111 (kasiaMarek) - build(deps): Update coursier, ... from 2.1.8 to 2.1.9 #6106 (scalameta-bot)
- build(deps): Update mill-contrib-testng from 0.11.6 to 0.11.7 #6105 (scalameta-bot)
- bugfix: Allow Scala 2.11 to be run on newer JVMs #6092 (tgodzik)
- release notes 1.2.1 #6091 (kasiaMarek)