Skip to content

Commit

Permalink
Merge pull request #228 from DFiantHDL/docsupdate7
Browse files Browse the repository at this point in the history
Docs update bundle
  • Loading branch information
soronpo authored Feb 10, 2025
2 parents e2be248 + e8f6635 commit 4c2610f
Show file tree
Hide file tree
Showing 7 changed files with 743 additions and 700 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/hello-world/scala-project/project.scala
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//> using scala 3.6.3
//> using dep io.github.dfianthdl::dfhdl::0.9.2
//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.9.2
//> using dep io.github.dfianthdl::dfhdl::0.9.3
//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.9.3
//> using option -deprecation -language:implicitConversions
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//> using scala 3.6.3
//> using dep io.github.dfianthdl::dfhdl::0.9.2
//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.9.2
//> using dep io.github.dfianthdl::dfhdl::0.9.3
//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.9.3
//> using option -deprecation -language:implicitConversions

import dfhdl.* //import all the DFHDL goodness
Expand Down
2 changes: 1 addition & 1 deletion docs/javascripts/scastie.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let dfhdlVersion = "0.9.2";
let dfhdlVersion = "0.9.3";
let scalaVersion = "3.6.3";

let sbtConfig = `
Expand Down
Loading

0 comments on commit 4c2610f

Please sign in to comment.