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
Copy file name to clipboardExpand all lines: website/docs/cookbooks/scala-versions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Picking the Scala version with scala-cli
3
3
sidebar_position: 2
4
4
---
5
5
6
-
By default, `scala-cli` runs the latest supported scala version by Scala CLI. See our list of [Supported Scala Versions](../reference/scala-versions) in Scala CLI.
6
+
By default, `scala-cli` runs the latest supported scala version by Scala CLI. See our list of [Supported Scala Versions](../../reference/scala-versions) in Scala CLI.
7
7
8
8
To demonstrate how this works, here’s a universal piece of code that detects the Scala version at runtime.
9
9
The code is a bit complicated, so we suggest that you skip reading the whole file, and just focus on what it prints:
0 commit comments