Skip to main content

· 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 release9
Merged PRs9
Contributors4
Closed issues4

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)

Full Changelog

Merged pull requests: