Skip to content

Commit eca0c94

Browse files
committed
Update Scala CLI as scala information in the README
1 parent 128c015 commit eca0c94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Scala CLI is a command-line tool to interact with the Scala language. It lets yo
88
Scala code. (and more!) It shares some similarities with build tools, but it doesn't aim at supporting multi-module
99
projects, nor to be extended via a task system.
1010

11-
As of [SIP-46](https://github.com/scala/improvement-proposals/pull/46), Scala CLI has been accepted as the new `scala`
12-
command and is currently in the experimental phase. If you want to try it out, check for more
13-
details [here](https://scala-cli.virtuslab.org/docs/reference/scala-command/).
11+
As of Scala 3.5.0, Scala CLI has become the official `scala` runner of the language (for more information
12+
refer to [SIP-46](https://github.com/scala/improvement-proposals/pull/46)). For more details on using Scala CLI
13+
via the `scala` command, refer to [this doc](https://scala-cli.virtuslab.org/docs/reference/scala-command/).
1414

1515
## Docs
1616
- user-facing documentation: [scala-cli.virtuslab.org](https://scala-cli.virtuslab.org/)

0 commit comments

Comments
 (0)