Skip to content

Commit b4d45e9

Browse files
committed
Reword Scala CLI section
1 parent dea97d4 commit b4d45e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2025-02-06-highlights-2024.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ It also contains initial support for 32-bit architectures, and more.
9999
[Scala CLI](https://scala-cli.virtuslab.org/) is a popular tool for developing Scala scripts and single-module projects.
100100
It allows lightning-fast running and testing of Scala code. It can even publish single-module projects to Maven Central without involving a separate build tool.
101101

102-
In 3.5.0, it became the default runner in the Scala distribution.
102+
In 3.5.0, it became the `scala` command in the default Scala distribution.
103103
You can install it as `scala` using Coursier or popular package managers such as Homebrew or SDKMAN!.
104104
Check out the default installation for your system on [scala-lang.org/download](http://scala-lang.org/download).
105105

106-
This is a game-changer for the Scala runner, as it introduces `using` directives to configure Scala files with compiler options, library dependencies and more.
106+
This is a game-changer for the `scala` command, as it introduces `using` directives to configure Scala files with compiler options, library dependencies and more.
107107
Additionally, it offers built-in support for Scaladoc generation, the Scala REPL, Scalafmt, Scalafix (coming soon), Scala.js and Scala Native.
108108
And it fully supports both Scala 3 and Scala 2.
109109

0 commit comments

Comments
 (0)