File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,20 +14,20 @@ You start a REPL session by running the `scala` or `scala3` command depending on
14
14
15
15
{% tabs command-line class=tabs-scala-version %}
16
16
17
- {% tab 'Scala 3 ' for=command-line %}
17
+ {% tab 'Scala 2 ' for=command-line %}
18
18
``` bash
19
19
$ scala
20
- Welcome to Scala {{site.scala-3- version}} (1.8.0_322, Java OpenJDK 64-Bit Server VM).
20
+ Welcome to Scala {{site.scala-version}} (OpenJDK 64-Bit Server VM, Java 1.8.0_342 ).
21
21
Type in expressions for evaluation. Or try :help.
22
22
23
23
scala> _
24
24
```
25
25
{% endtab %}
26
26
27
- {% tab 'Scala 2 ' for=command-line %}
27
+ {% tab 'Scala 3 ' for=command-line %}
28
28
``` bash
29
29
$ scala
30
- Welcome to Scala {{site.scala-version}} (OpenJDK 64-Bit Server VM, Java 1.8.0_342 ).
30
+ Welcome to Scala {{site.scala-3- version}} (1.8.0_322, Java OpenJDK 64-Bit Server VM).
31
31
Type in expressions for evaluation. Or try :help.
32
32
33
33
scala> _
You can’t perform that action at this time.
0 commit comments