diff --git a/docs/getting-started/hello-world/scala-project/project.scala b/docs/getting-started/hello-world/scala-project/project.scala index a9f6fe76e..67f2847ce 100644 --- a/docs/getting-started/hello-world/scala-project/project.scala +++ b/docs/getting-started/hello-world/scala-project/project.scala @@ -1,4 +1,3 @@ -//> using scala 3.7.4 -//> using dep io.github.dfianthdl::dfhdl::0.16.0 -//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.16.0 -//> using option -deprecation -language:implicitConversions +//> using scala 3.8.1 +//> using dep io.github.dfianthdl::dfhdl::0.17.0 +//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.17.0 diff --git a/docs/getting-started/hello-world/scala-single-file/Counter8.scala b/docs/getting-started/hello-world/scala-single-file/Counter8.scala index 3513c0d86..0b152a625 100644 --- a/docs/getting-started/hello-world/scala-single-file/Counter8.scala +++ b/docs/getting-started/hello-world/scala-single-file/Counter8.scala @@ -1,7 +1,6 @@ -//> using scala 3.7.4 -//> using dep io.github.dfianthdl::dfhdl::0.16.0 -//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.16.0 -//> using option -deprecation -language:implicitConversions +//> using scala 3.8.1 +//> using dep io.github.dfianthdl::dfhdl::0.17.0 +//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.17.0 import dfhdl.* //import all the DFHDL goodness diff --git a/docs/getting-started/initial-setup/index.md b/docs/getting-started/initial-setup/index.md index f19ab69d9..acc854783 100755 --- a/docs/getting-started/initial-setup/index.md +++ b/docs/getting-started/initial-setup/index.md @@ -1,12 +1,12 @@ # Initial Setup {#getting-started} -DFHDL is a domain specific language (DSL) library written in the [Scala programming language](https://www.scala-lang.org){target="_blank"} (Scala 3.7.4), and as such it lets you utilize the entire Scala ecosystem, including IDEs, various tools, and other libraries. +DFHDL is a domain specific language (DSL) library written in the [Scala programming language](https://www.scala-lang.org){target="_blank"} (Scala 3.8.1), and as such it lets you utilize the entire Scala ecosystem, including IDEs, various tools, and other libraries. Is your system already fit for Scala development? [Jump to the DFHDL hello-world section][hello-world] ## Installing Scala and Other Dependencies -We recommend directly installing Scala 3.7.4 (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"}): +We recommend directly installing Scala 3.8.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"}):