Skip to main content

Metals v0.9.10 - Lithium

· 3 min read

We're happy to announce the release of Metals v0.9.10, which contains a number of fixes and more importantly support for Scala 2.12.13. We're skipping over the v0.9.9 release due to a significant bug that showed up after the release.

Commits since last release90
Merged PRs35
Contributors6
Closed issues13
New features

For full details: https://github.com/scalameta/metals/milestone/33?closed=1

Metals is a language server for Scala that works with VS Code, Vim, Emacs, Sublime Text and Eclipse. Metals is developed at the Scala Center and VirtusLab with the help from Lunatech along with contributors from the community.

TL;DR

Check out https://scalameta.org/metals/, and give Metals a try!

  • Support for Scala 2.12.13.
  • Added named argument completion for Scala 3 (thanks tanishiking!).
  • Fix worksheet decorations to show up on focus.
  • Allow find references and rename for standalone files.
  • Fix compatibility with sbt < 1.3.0 builds.

Contributors

Big thanks to everybody who contributed to this release or reported an issue!

$ git shortlog -sn --no-merges v0.9.8..v0.9.10
Chris Kipp
Tomasz Godzik
David Strawn
Cheng Lian
Rikito Taniguchi

Merged PRs

v0.9.9 (2021-01-19)

Full Changelog

Merged pull requests: