diff --git a/docs/getting-started/hello-world/scala-project/project.scala b/docs/getting-started/hello-world/scala-project/project.scala index 877dcf31c..7ecc1e3dd 100644 --- a/docs/getting-started/hello-world/scala-project/project.scala +++ b/docs/getting-started/hello-world/scala-project/project.scala @@ -1,4 +1,4 @@ //> using scala 3.5.0 -//> using dep io.github.dfianthdl::dfhdl::0.7.1 -//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.7.1 +//> using dep io.github.dfianthdl::dfhdl::0.8.0 +//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.8.0 //> using option -deprecation -language:implicitConversions 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 13fec84e5..986edee7a 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.5.0 -//> using dep io.github.dfianthdl::dfhdl::0.7.1 -//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.7.1 +//> using dep io.github.dfianthdl::dfhdl::0.8.0 +//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.8.0 //> 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 0a0d62b4a..ca151364a 100755 --- a/docs/javascripts/scastie.js +++ b/docs/javascripts/scastie.js @@ -1,4 +1,4 @@ -let dfhdlVersion = "0.7.1"; +let dfhdlVersion = "0.8.0"; let scalaVersion = "3.5.0"; let sbtConfig = `