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: website/docs/reference/cli-options.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -673,7 +673,7 @@ Set the Java home directory
673
673
674
674
Aliases: `-j`
675
675
676
-
Use a specific JVM, such as `14`, `adopt:11`, or `graalvm:21`, or `system`. scala-cli uses [coursier](https://get-coursier.io/) to fetch JVMs, so you can use `cs java --available` to list the available JVMs.
676
+
Use a specific JVM, such as `14`, `temurin:11`, or `graalvm:21`, or `system`. scala-cli uses [coursier](https://get-coursier.io/) to fetch JVMs, so you can use `cs java --available` to list the available JVMs.
Copy file name to clipboardExpand all lines: website/docs/reference/directives.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -188,14 +188,14 @@ Exclude sources from the project
188
188
189
189
### JVM version
190
190
191
-
Use a specific JVM, such as `14`, `adopt:11`, or `graalvm:21`, or `system`. scala-cli uses [coursier](https://get-coursier.io/) to fetch JVMs, so you can use `cs java --available` to list the available JVMs.
191
+
Use a specific JVM, such as `14`, `temurin:11`, or `graalvm:21`, or `system`. scala-cli uses [coursier](https://get-coursier.io/) to fetch JVMs, so you can use `cs java --available` to list the available JVMs.
192
192
193
193
`//> using jvm`_value_
194
194
195
195
#### Examples
196
196
`//> using jvm 11`
197
197
198
-
`//> using jvm adopt:11`
198
+
`//> using jvm temurin:11`
199
199
200
200
`//> using jvm graalvm:21`
201
201
@@ -685,7 +685,7 @@ Use a toolkit as dependency (not supported in Scala 2.12), 'default' version for
Copy file name to clipboardExpand all lines: website/docs/reference/scala-command/cli-options.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -598,7 +598,7 @@ Aliases: `-j`
598
598
599
599
`SHOULD have` per Scala Runner specification
600
600
601
-
Use a specific JVM, such as `14`, `adopt:11`, or `graalvm:21`, or `system`. scala-cli uses [coursier](https://get-coursier.io/) to fetch JVMs, so you can use `cs java --available` to list the available JVMs.
601
+
Use a specific JVM, such as `14`, `temurin:11`, or `graalvm:21`, or `system`. scala-cli uses [coursier](https://get-coursier.io/) to fetch JVMs, so you can use `cs java --available` to list the available JVMs.
Copy file name to clipboardExpand all lines: website/docs/reference/scala-command/directives.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -217,14 +217,14 @@ Exclude sources from the project
217
217
218
218
### JVM version
219
219
220
-
Use a specific JVM, such as `14`, `adopt:11`, or `graalvm:21`, or `system`. scala-cli uses [coursier](https://get-coursier.io/) to fetch JVMs, so you can use `cs java --available` to list the available JVMs.
220
+
Use a specific JVM, such as `14`, `temurin:11`, or `graalvm:21`, or `system`. scala-cli uses [coursier](https://get-coursier.io/) to fetch JVMs, so you can use `cs java --available` to list the available JVMs.
221
221
222
222
`//> using jvm`_value_
223
223
224
224
#### Examples
225
225
`//> using jvm 11`
226
226
227
-
`//> using jvm adopt:11`
227
+
`//> using jvm temurin:11`
228
228
229
229
`//> using jvm graalvm:21`
230
230
@@ -479,7 +479,7 @@ Use a toolkit as dependency (not supported in Scala 2.12), 'default' version for
Copy file name to clipboardExpand all lines: website/docs/reference/scala-command/runner-specification.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -246,7 +246,7 @@ Set the Java home directory
246
246
247
247
**--jvm**
248
248
249
-
Use a specific JVM, such as `14`, `adopt:11`, or `graalvm:21`, or `system`. scala-cli uses [coursier](https://get-coursier.io/) to fetch JVMs, so you can use `cs java --available` to list the available JVMs.
249
+
Use a specific JVM, such as `14`, `temurin:11`, or `graalvm:21`, or `system`. scala-cli uses [coursier](https://get-coursier.io/) to fetch JVMs, so you can use `cs java --available` to list the available JVMs.
250
250
251
251
Aliases: `-j`
252
252
@@ -721,7 +721,7 @@ Set the Java home directory
721
721
722
722
**--jvm**
723
723
724
-
Use a specific JVM, such as `14`, `adopt:11`, or `graalvm:21`, or `system`. scala-cli uses [coursier](https://get-coursier.io/) to fetch JVMs, so you can use `cs java --available` to list the available JVMs.
724
+
Use a specific JVM, such as `14`, `temurin:11`, or `graalvm:21`, or `system`. scala-cli uses [coursier](https://get-coursier.io/) to fetch JVMs, so you can use `cs java --available` to list the available JVMs.
725
725
726
726
Aliases: `-j`
727
727
@@ -1048,7 +1048,7 @@ Set the Java home directory
1048
1048
1049
1049
**--jvm**
1050
1050
1051
-
Use a specific JVM, such as `14`, `adopt:11`, or `graalvm:21`, or `system`. scala-cli uses [coursier](https://get-coursier.io/) to fetch JVMs, so you can use `cs java --available` to list the available JVMs.
1051
+
Use a specific JVM, such as `14`, `temurin:11`, or `graalvm:21`, or `system`. scala-cli uses [coursier](https://get-coursier.io/) to fetch JVMs, so you can use `cs java --available` to list the available JVMs.
1052
1052
1053
1053
Aliases: `-j`
1054
1054
@@ -1651,7 +1651,7 @@ Set the Java home directory
1651
1651
1652
1652
**--jvm**
1653
1653
1654
-
Use a specific JVM, such as `14`, `adopt:11`, or `graalvm:21`, or `system`. scala-cli uses [coursier](https://get-coursier.io/) to fetch JVMs, so you can use `cs java --available` to list the available JVMs.
1654
+
Use a specific JVM, such as `14`, `temurin:11`, or `graalvm:21`, or `system`. scala-cli uses [coursier](https://get-coursier.io/) to fetch JVMs, so you can use `cs java --available` to list the available JVMs.
1655
1655
1656
1656
Aliases: `-j`
1657
1657
@@ -2280,7 +2280,7 @@ Set the Java home directory
2280
2280
2281
2281
**--jvm**
2282
2282
2283
-
Use a specific JVM, such as `14`, `adopt:11`, or `graalvm:21`, or `system`. scala-cli uses [coursier](https://get-coursier.io/) to fetch JVMs, so you can use `cs java --available` to list the available JVMs.
2283
+
Use a specific JVM, such as `14`, `temurin:11`, or `graalvm:21`, or `system`. scala-cli uses [coursier](https://get-coursier.io/) to fetch JVMs, so you can use `cs java --available` to list the available JVMs.
2284
2284
2285
2285
Aliases: `-j`
2286
2286
@@ -2928,7 +2928,7 @@ Set the Java home directory
2928
2928
2929
2929
**--jvm**
2930
2930
2931
-
Use a specific JVM, such as `14`, `adopt:11`, or `graalvm:21`, or `system`. scala-cli uses [coursier](https://get-coursier.io/) to fetch JVMs, so you can use `cs java --available` to list the available JVMs.
2931
+
Use a specific JVM, such as `14`, `temurin:11`, or `graalvm:21`, or `system`. scala-cli uses [coursier](https://get-coursier.io/) to fetch JVMs, so you can use `cs java --available` to list the available JVMs.
2932
2932
2933
2933
Aliases: `-j`
2934
2934
@@ -3552,7 +3552,7 @@ Set the Java home directory
3552
3552
3553
3553
**--jvm**
3554
3554
3555
-
Use a specific JVM, such as `14`, `adopt:11`, or `graalvm:21`, or `system`. scala-cli uses [coursier](https://get-coursier.io/) to fetch JVMs, so you can use `cs java --available` to list the available JVMs.
3555
+
Use a specific JVM, such as `14`, `temurin:11`, or `graalvm:21`, or `system`. scala-cli uses [coursier](https://get-coursier.io/) to fetch JVMs, so you can use `cs java --available` to list the available JVMs.
3556
3556
3557
3557
Aliases: `-j`
3558
3558
@@ -4213,7 +4213,7 @@ Set the Java home directory
4213
4213
4214
4214
**--jvm**
4215
4215
4216
-
Use a specific JVM, such as `14`, `adopt:11`, or `graalvm:21`, or `system`. scala-cli uses [coursier](https://get-coursier.io/) to fetch JVMs, so you can use `cs java --available` to list the available JVMs.
4216
+
Use a specific JVM, such as `14`, `temurin:11`, or `graalvm:21`, or `system`. scala-cli uses [coursier](https://get-coursier.io/) to fetch JVMs, so you can use `cs java --available` to list the available JVMs.
4217
4217
4218
4218
Aliases: `-j`
4219
4219
@@ -4934,7 +4934,7 @@ Set the Java home directory
4934
4934
4935
4935
**--jvm**
4936
4936
4937
-
Use a specific JVM, such as `14`, `adopt:11`, or `graalvm:21`, or `system`. scala-cli uses [coursier](https://get-coursier.io/) to fetch JVMs, so you can use `cs java --available` to list the available JVMs.
4937
+
Use a specific JVM, such as `14`, `temurin:11`, or `graalvm:21`, or `system`. scala-cli uses [coursier](https://get-coursier.io/) to fetch JVMs, so you can use `cs java --available` to list the available JVMs.
4938
4938
4939
4939
Aliases: `-j`
4940
4940
@@ -5911,7 +5911,7 @@ Set the Java home directory
5911
5911
5912
5912
**--jvm**
5913
5913
5914
-
Use a specific JVM, such as `14`, `adopt:11`, or `graalvm:21`, or `system`. scala-cli uses [coursier](https://get-coursier.io/) to fetch JVMs, so you can use `cs java --available` to list the available JVMs.
5914
+
Use a specific JVM, such as `14`, `temurin:11`, or `graalvm:21`, or `system`. scala-cli uses [coursier](https://get-coursier.io/) to fetch JVMs, so you can use `cs java --available` to list the available JVMs.
0 commit comments