Skip to content

Commit 9a41777

Browse files
author
Oron Port
committed
chore: Update DFHDL version to 0.9.4 in documentation and examples
1 parent ed07c6d commit 9a41777

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
//> using scala 3.6.3
2-
//> using dep io.github.dfianthdl::dfhdl::0.9.3
3-
//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.9.3
2+
//> using dep io.github.dfianthdl::dfhdl::0.9.4
3+
//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.9.4
44
//> using option -deprecation -language:implicitConversions

docs/getting-started/hello-world/scala-single-file/Counter8.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//> using scala 3.6.3
2-
//> using dep io.github.dfianthdl::dfhdl::0.9.3
3-
//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.9.3
2+
//> using dep io.github.dfianthdl::dfhdl::0.9.4
3+
//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.9.4
44
//> using option -deprecation -language:implicitConversions
55

66
import dfhdl.* //import all the DFHDL goodness

docs/javascripts/scastie.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
let dfhdlVersion = "0.9.3";
1+
let dfhdlVersion = "0.9.4";
22
let scalaVersion = "3.6.3";
33

44
let sbtConfig = `

0 commit comments

Comments
 (0)