Skip to content

Commit

Permalink
Reword Scala CLI section
Browse files Browse the repository at this point in the history
  • Loading branch information
adpi2 committed Feb 7, 2025
1 parent dea97d4 commit b4d45e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2025-02-06-highlights-2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ It also contains initial support for 32-bit architectures, and more.
[Scala CLI](https://scala-cli.virtuslab.org/) is a popular tool for developing Scala scripts and single-module projects.
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.

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

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.
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.
Additionally, it offers built-in support for Scaladoc generation, the Scala REPL, Scalafmt, Scalafix (coming soon), Scala.js and Scala Native.
And it fully supports both Scala 3 and Scala 2.

Expand Down

0 comments on commit b4d45e9

Please sign in to comment.