We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67b0c93 commit 2a87477Copy full SHA for 2a87477
_overviews/scala3-book/taste-repl.md
@@ -17,7 +17,7 @@ You start a REPL session by running the `scala` or `scala3` command depending on
17
{% tab 'Scala 3' for=command-line %}
18
```bash
19
$ scala
20
-Welcome to Scala 3.1.3 (1.8.0_322, Java OpenJDK 64-Bit Server VM).
+Welcome to Scala {{site.scala-3-version}} (1.8.0_322, Java OpenJDK 64-Bit Server VM).
21
Type in expressions for evaluation. Or try :help.
22
23
scala> _
0 commit comments