From b650b3df33809e64823e49d43c4eee41f8007047 Mon Sep 17 00:00:00 2001 From: Oron Date: Wed, 26 Aug 2026 01:04:58 +0300 Subject: [PATCH] docs: update to v0.23.1 --- docs/getting-started/hello-world/index.md | 4 ++-- docs/getting-started/hello-world/scala-project/project.scala | 4 ++-- .../hello-world/scala-single-file/Counter8.scala | 4 ++-- docs/javascripts/scastie.js | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/getting-started/hello-world/index.md b/docs/getting-started/hello-world/index.md index 8bb576ff1..ad2570c0e 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.0 -//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.23.0 +//> using dep io.github.dfianthdl::dfhdl::0.23.1 +//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.23.1 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 93332c1a0..d36e2fe76 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.0 -//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.23.0 +//> using dep io.github.dfianthdl::dfhdl::0.23.1 +//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.23.1 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 087bd96dc..2586fcb49 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.0 -//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.23.0 +//> using dep io.github.dfianthdl::dfhdl::0.23.1 +//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.23.1 import dfhdl.* //import all the DFHDL goodness diff --git a/docs/javascripts/scastie.js b/docs/javascripts/scastie.js index 1aec82b74..1b4b1475a 100755 --- a/docs/javascripts/scastie.js +++ b/docs/javascripts/scastie.js @@ -1,4 +1,4 @@ -let dfhdlVersion = "0.23.0"; +let dfhdlVersion = "0.23.1"; let scalaVersion = "3.8.4"; function buildSbtConfig(mainClass) {