diff --git a/docs/getting-started/hello-world/index.md b/docs/getting-started/hello-world/index.md index 883c6b130..8bb576ff1 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.22.0 -//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.22.0 +//> using dep io.github.dfianthdl::dfhdl::0.23.0 +//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.23.0 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 e222c37c9..93332c1a0 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.22.0 -//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.22.0 +//> using dep io.github.dfianthdl::dfhdl::0.23.0 +//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.23.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 06e540776..087bd96dc 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.22.0 -//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.22.0 +//> using dep io.github.dfianthdl::dfhdl::0.23.0 +//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.23.0 import dfhdl.* //import all the DFHDL goodness diff --git a/docs/javascripts/scastie.js b/docs/javascripts/scastie.js index 495efda08..1aec82b74 100755 --- a/docs/javascripts/scastie.js +++ b/docs/javascripts/scastie.js @@ -1,4 +1,4 @@ -let dfhdlVersion = "0.22.0"; +let dfhdlVersion = "0.23.0"; let scalaVersion = "3.8.4"; function buildSbtConfig(mainClass) { diff --git a/docs/requirements.txt b/docs/requirements.txt index fbe6ed8b8..1743e3f5c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,7 +1,7 @@ -pygments==2.20.0 +pygments==2.21.0 properdocs==1.6.7 mkdocs-material==9.7.7 -pymdown-extensions==11.0.1 +pymdown-extensions==11.0.2 mkdocs-redirects==1.2.3 mkdocs-glightbox==0.5.2 mkdocs-autorefs==1.4.4