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: docs/getting-started/initial-setup/index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# Initial Setup {#getting-started}
2
2
3
-
DFHDL is a domain specific language (DSL) library written in the [Scala programming language](https://www.scala-lang.org){target="_blank"} (Scala 3.7.0-RC4), and as such it lets you utilize the entire Scala ecosystem, including IDEs, various tools, and other libraries.
3
+
DFHDL is a domain specific language (DSL) library written in the [Scala programming language](https://www.scala-lang.org){target="_blank"} (Scala 3.7.1), and as such it lets you utilize the entire Scala ecosystem, including IDEs, various tools, and other libraries.
4
4
5
5
Is your system already fit for Scala development? [Jump to the DFHDL hello-world section][hello-world]
6
6
7
7
## Installing Scala and Other Dependencies
8
8
9
-
We recommend directly installing Scala 3.7.0-RC4 (no need to install either [Coursier](https://get-coursier.io/){target="_blank"}, [Scala CLI](https://scala-cli.virtuslab.org/){target="_blank"}, or [sbt](https://www.scala-sbt.org/){target="_blank"}):
9
+
We recommend directly installing Scala 3.7.1 (no need to install either [Coursier](https://get-coursier.io/){target="_blank"}, [Scala CLI](https://scala-cli.virtuslab.org/){target="_blank"}, or [sbt](https://www.scala-sbt.org/){target="_blank"}):
10
10
11
11
<divclass="grid cards"markdown>
12
12
@@ -18,7 +18,7 @@ We recommend directly installing Scala 3.7.0-RC4 (no need to install either [Cou
18
18
Run the following in Windows command or powershell:
19
19
20
20
```{.cmd .copy linenums="0"}
21
-
choco install scala --version=3.7.0-RC4
21
+
choco install scala --version=3.7.1
22
22
```
23
23
///
24
24
@@ -30,7 +30,7 @@ We recommend directly installing Scala 3.7.0-RC4 (no need to install either [Cou
0 commit comments