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 ecea7cc8f..f659b16b7 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.0 -//> using dep io.github.dfianthdl::dfhdl::0.4.3 -//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.4.3 +//> using dep io.github.dfianthdl::dfhdl::0.4.4 +//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.4.4 //> 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 8366e1677..7f0bce5ca 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.0 -//> using dep io.github.dfianthdl::dfhdl::0.4.3 -//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.4.3 +//> using dep io.github.dfianthdl::dfhdl::0.4.4 +//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.4.4 //> using option -deprecation -language:implicitConversions import dfhdl.* //import all the DFHDL goodness