Metals v1.6.2 - Osmium
· 5 min read
We're happy to announce the release of Metals v1.6.2, which is mainly a bugfix release.
Commits since last release | 28 |
Merged PRs | 28 |
Contributors | 5 |
Closed issues | 1 |
New features | 0 |
For full details: https://github.com/scalameta/metals/milestone/81?closed=1
Metals is a language server for Scala that works with VS Code, Vim, Emacs, Zed, Helix 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!
Miscellaneous
- improvement: Also include SQL interpolation tgodzik
- bugfix: Remove jrtClassPathCAches to try fix -release issues tgodzik
- improvement: Enable Scala3Future dialect support (capture checking, better modularity) Odomontois
- bugfix: Don't show error message when scalafix was invoked from quickfix tgodzik
Contributors
Big thanks to everybody who contributed to this release or reported an issue!
$ git shortlog -sn --no-merges v1.6.1..v1.6.2
12 Tomasz Godzik
11 scalameta-bot
3 dependabot[bot]
1 Odomontois
1 Zieliński Patryk
Merged PRs
v1.6.2 (2025-08-09)
Merged pull requests:
- bugfix: Don't show error message when scalafix was invoked from quickfix #7708 (tgodzik)
- build(deps): Update sbt, scripted-plugin from 1.11.3 to 1.11.4 #7705 (scalameta-bot)
- build(deps): Update cli_3, scala-cli-bsp from 1.8.4 to 1.8.5 #7706 (scalameta-bot)
- build(deps): Update scala-debug-adapter from 4.2.7 to 4.2.8 #7702 (scalameta-bot)
- build(deps): Update mill-contrib-testng from 1.0.2 to 1.0.3 #7703 (scalameta-bot)
- build(deps): Update mcp from 0.11.0 to 0.11.1 #7704 (scalameta-bot)
- Enable Scala3Future dialect support (capture checking, better modularity) #7692 (Odomontois)
- bugfix: Add snasphot repository for Scala 3.4.x #7695 (tgodzik)
- update: Bump Bazel BSP to 4.0.1 #7698 (tgodzik)
- bugfix: Remove jrtClassPathCAches to try fix -release issues #7697 (tgodzik)
- bugfix: Update Bloop to 2.0.13 #7696 (tgodzik)
- build(deps): Update mcp from 0.10.0 to 0.11.0 #7679 (scalameta-bot)
- chore: Fix issues if Bloop start timeouts #7694 (tgodzik)
- build(deps): Update flyway-core from 11.10.4 to 11.10.5 #7680 (scalameta-bot)
- bugfix: Fix currently failing tests for querying versions supported by a snapshot #7693 (tgodzik)
- build(deps): bump react from 19.1.0 to 19.1.1 in /website #7682 (dependabot[bot])
- build(deps): bump @docusaurus/plugin-client-redirects from 3.8.0 to 3.8.1 in /website #7683 (dependabot[bot])
- improvement: Also include SQL interpolation #7690 (tgodzik)
- build(deps-dev): bump @types/node from 24.0.8 to 24.1.0 in /website #7684 (dependabot[bot])
- build(deps): Update os-lib from 0.11.4 to 0.11.5 #7678 (scalameta-bot)
- build(deps): Update scalameta, semanticdb-metap, ... from 4.13.8 to 4.13.9 #7689 (scalameta-bot)
- fix: change workspace information format when using 'metals.open-new-github-issue' (#7669) #7688 (zielinsky)
- chore: Remove no longer used snapshots to avoid timeouts #7686 (tgodzik)
- docs: Add note about x-ray mode #7687 (tgodzik)
- build(deps): Update mill-contrib-testng from 1.0.1 to 1.0.2 #7677 (scalameta-bot)
- build(deps): Update github-api from 1.327 to 1.329 #7681 (scalameta-bot)
- chore: Remove no longer needed workaround #7676 (tgodzik)
- chore: [skip-ci] Add release notes for Metals 1.6.1 #7670 (tgodzik)