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
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,9 @@ User-facing documentation can be found on our website: [scala-cli.virtuslab.org]
12
12
13
13
### Requirements
14
14
15
-
Building Scala CLI requires:
16
-
- a JVM (>= 8)
15
+
Building Scala CLI requires a JVM 17 to work properly.
16
+
17
+
In theory, our build is able to download and install for its own needs JVM 17 on some OSes however it may not work in Intellij / Metals out of the box.
17
18
18
19
The Scala CLI sources ship with Mill launchers, so that Mill itself doesn't need to be installed on your system.
19
20
@@ -174,4 +175,4 @@ Just add it to your PATH to get the already-released-scala-cli experience.
174
175
175
176
## Releases
176
177
177
-
Instructions on how to release - [Release Procedure](https://github.com/VirtusLab/scala-cli/blob/main/.github/release/release-procedure.md)
178
+
Instructions on how to release - [Release Procedure](https://github.com/VirtusLab/scala-cli/blob/main/.github/release/release-procedure.md)
0 commit comments