Skip to content

Commit

Permalink
Merge pull request #182 from DFiantHDL/docsupdate3
Browse files Browse the repository at this point in the history
docs: update example to v0.8.0
  • Loading branch information
soronpo authored Sep 12, 2024
2 parents 95a70b9 + a314c7e commit 211f961
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.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
Original file line number Diff line number Diff line change
@@ -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
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.7.1";
let dfhdlVersion = "0.8.0";
let scalaVersion = "3.5.0";

let sbtConfig = `
Expand Down

0 comments on commit 211f961

Please sign in to comment.