From 121f23323604f35535e3b6c62c429a5fb350cc61 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 15 Aug 2024 14:38:18 +0000 Subject: [PATCH] Update dfhdl to 0.6.0 --- .../hello-world/scala-cli-project/project.scala | 4 ++-- .../hello-world/scala-cli-single-file/Counter8.scala | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 e8b6e828b..56e35a29d 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.5.0 -//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.5.0 +//> using dep io.github.dfianthdl::dfhdl::0.6.0 +//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.6.0 //> 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 524f86471..e8ea36fbe 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.5.0 -//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.5.0 +//> using dep io.github.dfianthdl::dfhdl::0.6.0 +//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.6.0 //> using option -deprecation -language:implicitConversions import dfhdl.* //import all the DFHDL goodness