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
## Hotfix for buildTarget/jvmRunEnvironment in BSP
12
+
###Hotfix for buildTarget/jvmRunEnvironment in BSP
13
13
14
14
We've addressed a bug that surfaced when opening your ScalaCLI projects in Metals or IntelliJ. If you encountered the following log:
15
15
@@ -20,14 +20,16 @@ We've addressed a bug that surfaced when opening your ScalaCLI projects in Metal
20
20
2023.08.09 15:48:34 INFO BSP server: ... 36 more
21
21
```
22
22
23
-
those logs should no longer appear. Thanks to [@lwronski](https://github.com/lwronski) for providing the fix in [#2342](https://github.com/VirtusLab/scala-cli/pull/2342).
23
+
those logs should no longer appear.
24
+
25
+
Thanks to [@lwronski](https://github.com/lwronski) for providing the fix in [#2342](https://github.com/VirtusLab/scala-cli/pull/2342).
## Access project configuration with the new `BuildInfo`
32
+
###Access project configuration with the new `BuildInfo`
31
33
32
34
`BuildInfo` access your project's build configuration within your Scala code. This feature automatically gathers and generates build information about your project, making project details instantly accessible at runtime.
33
35
@@ -43,7 +45,7 @@ This `BuildInfo` object encapsulates information such as the Scala version used,
43
45
44
46
Added by [@MaciejG604](https://github.com/MaciejG604) in [#2249](https://github.com/VirtusLab/scala-cli/pull/2249).
45
47
46
-
## CompileOnly Dependencies
48
+
###CompileOnly Dependencies
47
49
48
50
Now, users can declare dependencies that are exclusively included at the compile time. These dependencies are added to the classpath during compilation, but won't be included when the application is run, keeping your runtime environment lightweight.
Added by @alexarchambault and [@lwronski](https://github.com/lwronski) in [#2299](https://github.com/VirtusLab/scala-cli/pull/2299), Thanks!
62
64
63
65
64
-
## Set globally Java properties
66
+
###Set globally Java properties
65
67
66
68
Scala CLI allows users to globally set Java properties for its launcher using the `config` command. This will simplify the JVM properties management process, eliminating the need to pass these properties with each `scala-cli` execution.
67
69
@@ -77,7 +79,7 @@ Whenever overwriting existing Java properties Scala CLI will let you know what w
77
79
78
80
Added by [@lwronski](https://github.com/lwronski) in [#2317](https://github.com/VirtusLab/scala-cli/pull/2317), Thanks!
79
81
80
-
## Rename parameter for `publish` command
82
+
###Rename parameter for `publish` command
81
83
82
84
We've updated the `--version` parameter for the publish command. Now, when specifying the project version, use `--project-version` instead.
83
85
@@ -145,7 +147,7 @@ This release brings enhancements to Scala CLI:
145
147
146
148
The release also includes numerous bug fixes, updates, and new contributors.
147
149
148
-
## Installation via WinGet on Windows
150
+
###Installation via WinGet on Windows
149
151
150
152
Scala CLI can now be installed via [WinGet](https://learn.microsoft.com/en-gb/windows/package-manager/) on Windows, with
0 commit comments