diff --git a/docs/getting-started/hello-world/index.md b/docs/getting-started/hello-world/index.md index a8dfc9e8f..16ad0ccc1 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.2 -//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.23.2 +//> using dep io.github.dfianthdl::dfhdl::0.23.3 +//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.23.3 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 071774c82..9e37d4b71 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.2 -//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.23.2 +//> using dep io.github.dfianthdl::dfhdl::0.23.3 +//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.23.3 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 69ebf3dd4..8e2fd52c7 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.2 -//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.23.2 +//> using dep io.github.dfianthdl::dfhdl::0.23.3 +//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.23.3 import dfhdl.* //import all the DFHDL goodness diff --git a/docs/javascripts/scastie.js b/docs/javascripts/scastie.js index f2bfe9515..8e28f6d45 100755 --- a/docs/javascripts/scastie.js +++ b/docs/javascripts/scastie.js @@ -1,4 +1,4 @@ -let dfhdlVersion = "0.23.2"; +let dfhdlVersion = "0.23.3"; let scalaVersion = "3.8.4"; function buildSbtConfig(mainClass) {