From a314c7ef95821c7a8aedb4923b36afef48431fe3 Mon Sep 17 00:00:00 2001 From: oronpo Date: Thu, 12 Sep 2024 04:57:32 +0300 Subject: [PATCH] docs: update example to v0.8.0 --- docs/getting-started/hello-world/scala-project/project.scala | 4 ++-- .../hello-world/scala-single-file/Counter8.scala | 4 ++-- docs/javascripts/scastie.js | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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 = `