Skip to content

Commit 4c2610f

Browse files
authored
Merge pull request #228 from DFiantHDL/docsupdate7
Docs update bundle
2 parents e2be248 + e8f6635 commit 4c2610f

File tree

7 files changed

+743
-700
lines changed

7 files changed

+743
-700
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.2
3-
//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.9.2
2+
//> using dep io.github.dfianthdl::dfhdl::0.9.3
3+
//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.9.3
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.2
3-
//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.9.2
2+
//> using dep io.github.dfianthdl::dfhdl::0.9.3
3+
//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.9.3
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.2";
1+
let dfhdlVersion = "0.9.3";
22
let scalaVersion = "3.6.3";
33

44
let sbtConfig = `

0 commit comments

Comments
 (0)