diff --git a/docs/getting-started/hello-world/scala-cli-project/project.scala b/docs/getting-started/hello-world/scala-cli-project/project.scala index 5d8f2912d..1f74343a1 100644 --- a/docs/getting-started/hello-world/scala-cli-project/project.scala +++ b/docs/getting-started/hello-world/scala-cli-project/project.scala @@ -1,4 +1,4 @@ //> using scala 3.4.2 -//> using dep io.github.dfianthdl::dfhdl::0.4.7 -//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.4.7 +//> using dep io.github.dfianthdl::dfhdl::0.4.8 +//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.4.8 //> using option -deprecation -language:implicitConversions diff --git a/docs/getting-started/hello-world/scala-cli-single-file/Counter8.scala b/docs/getting-started/hello-world/scala-cli-single-file/Counter8.scala index 5db5b7ef8..3a91d8c93 100644 --- a/docs/getting-started/hello-world/scala-cli-single-file/Counter8.scala +++ b/docs/getting-started/hello-world/scala-cli-single-file/Counter8.scala @@ -1,6 +1,6 @@ //> using scala 3.4.2 -//> using dep io.github.dfianthdl::dfhdl::0.4.7 -//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.4.7 +//> using dep io.github.dfianthdl::dfhdl::0.4.8 +//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.4.8 //> using option -deprecation -language:implicitConversions import dfhdl.* //import all the DFHDL goodness diff --git a/docs/javascripts/scastie.js b/docs/javascripts/scastie.js index d9353f915..1643b7c43 100755 --- a/docs/javascripts/scastie.js +++ b/docs/javascripts/scastie.js @@ -1,5 +1,5 @@ document.addEventListener('DOMContentLoaded', function() { - let dfhdlVersion = "0.4.7"; + let dfhdlVersion = "0.4.8"; let scalaVersion = "3.4.2"; let sbtConfig = `