We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13b6ea5 + 8672c4a commit 030a5b2Copy full SHA for 030a5b2
_includes/downloads-scala3.html
@@ -29,7 +29,7 @@ <h2>Ways to Install This Release</h2>
29
<code>sdk install scala</code>
30
</li>
31
<li>On macOS you can also use <a href="https://brew.sh/">Homebrew</a> and run the following commands:<br>
32
- <code>brew update</code><br /><code>brew install lampepfl/brew/dotty</code>
+ <code>brew update</code><br /><code>brew install scala</code>
33
34
<li>Use <a href="https://scastie.scala-lang.org/?target=scala3">Scastie</a> to run single-file Scala programs in
35
your browser using multiple Scala compilers; the production Scala 2.x compilers, Scala.js, Scala 3, and Typelevel
0 commit comments