Skip to content

Commit 544c35e

Browse files
author
zmerr
authored
Update scala-versions.md
fixed the editing error in scala "any version 2” command
1 parent c127772 commit 544c35e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/cookbooks/scala-versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ In many cases you won't care for a precise Scala version and will want "any Scal
6363
For this situation, `scala-cli` accepts version prefixes like this:
6464

6565
```bash
66-
scala-cli -S 2.13.6 ScalaVersion.scala
66+
scala-cli -S 2 ScalaVersion.scala
6767
```
6868
<!-- Expected-regex:
6969
Scala: 2\..+

0 commit comments

Comments
 (0)