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 24510dd commit 3108954Copy full SHA for 3108954
website/docs/cookbooks/introduction/scala-versions.md
@@ -75,7 +75,7 @@ and this:
75
scala-cli -S 2.12 ScalaVersion.scala
76
```
77
<!-- Expected-regex:
78
-Scala: 2\.12\.18
+Scala: 2\.12\.
79
-->
80
81
In the first example (`-S 2`), the application picks up the latest Scala 2 stable release (`2.13.9` at the time of this writing).
@@ -103,7 +103,7 @@ scala-cli ScalaVersion.scala version.scala
103
104
105
106
107
108
109
The output at the time of this writing is "`2.12.18`".
0 commit comments