You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mention that Scala CLI will be a new Scala runner (#2143)
* Menion that Scala CLI will be a new Scala runner
* Update website/src/pages/index.js
Co-authored-by: Maciej Gajek <[email protected]>
---------
Co-authored-by: Piotr Chabelski <[email protected]>
Co-authored-by: Maciej Gajek <[email protected]>
Copy file name to clipboardExpand all lines: website/src/pages/index.js
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,9 @@ const Index = (props) => {
40
40
<p>
41
41
To get started you can read <ahref="/docs/overview">the documentation</a>, or just <ahref="/install">install</a> and enjoy <code>scala-cli</code>.
42
42
</p>
43
+
<p>
44
+
Scala CLI will soon become the default Scala runner and will be shipped as `scala` (<ahref="https://virtuslab.com/blog/scala-cli-the-new-scala-runner/">read more</a>).
0 commit comments