diff --git a/docs/getting-started/hello-world/index.md b/docs/getting-started/hello-world/index.md index ad2570c0e..a8dfc9e8f 100644 --- a/docs/getting-started/hello-world/index.md +++ b/docs/getting-started/hello-world/index.md @@ -79,8 +79,8 @@ In a scala-cli project with multiple `.scala` files, shared `given` declarations ```scala title="project.scala" //> using scala 3.8.4 -//> using dep io.github.dfianthdl::dfhdl::0.23.1 -//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.23.1 +//> using dep io.github.dfianthdl::dfhdl::0.23.2 +//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.23.2 import dfhdl.* given options.CompilerOptions.Backend = _.verilog diff --git a/docs/getting-started/hello-world/scala-project/project.scala b/docs/getting-started/hello-world/scala-project/project.scala index d36e2fe76..071774c82 100644 --- a/docs/getting-started/hello-world/scala-project/project.scala +++ b/docs/getting-started/hello-world/scala-project/project.scala @@ -1,3 +1,3 @@ //> using scala 3.8.4 -//> using dep io.github.dfianthdl::dfhdl::0.23.1 -//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.23.1 +//> using dep io.github.dfianthdl::dfhdl::0.23.2 +//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.23.2 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 2586fcb49..69ebf3dd4 100644 --- a/docs/getting-started/hello-world/scala-single-file/Counter8.scala +++ b/docs/getting-started/hello-world/scala-single-file/Counter8.scala @@ -1,6 +1,6 @@ //> using scala 3.8.4 -//> using dep io.github.dfianthdl::dfhdl::0.23.1 -//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.23.1 +//> using dep io.github.dfianthdl::dfhdl::0.23.2 +//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.23.2 import dfhdl.* //import all the DFHDL goodness diff --git a/docs/javascripts/scastie.js b/docs/javascripts/scastie.js index 1b4b1475a..f2bfe9515 100755 --- a/docs/javascripts/scastie.js +++ b/docs/javascripts/scastie.js @@ -1,4 +1,4 @@ -let dfhdlVersion = "0.23.1"; +let dfhdlVersion = "0.23.2"; let scalaVersion = "3.8.4"; function buildSbtConfig(mainClass) {