You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Scala CLI 1.6.0 will not be available on all distribution channels
49
+
Due to technical difficulties with our release pipeline, Scala CLI 1.6.0 release distribution channels were limited to:
50
+
- its [GitHub release page](https://github.com/VirtusLab/scala-cli/releases/tag/v1.6.0), where launchers for all platforms are available as normal
51
+
- Maven Central
52
+
- WinGet
53
+
- Chocolatey
54
+
55
+
While it can be used as such, we followed it up with [a hotfix 1.6.1 release](#v161), which should be available through all standard distribution channels.
56
+
57
+
```bash
58
+
scala-cli --cli-version 1.6.0 --version
59
+
# Scala CLI version: 1.6.0
60
+
# Scala version (default): 3.6.3
61
+
```
62
+
48
63
### Fixed commas being treated as `using` directive value separators & deprecated using them with whitespace
49
64
:::warning
50
65
These are breaking changes affecting using directives syntax.
0 commit comments