File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
getting-started/hello-world Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
//> 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
4
4
//> using option -deprecation -language:implicitConversions
Original file line number Diff line number Diff line change 1
1
//> 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
4
4
//> using option -deprecation -language:implicitConversions
5
5
6
6
import dfhdl .* // import all the DFHDL goodness
Original file line number Diff line number Diff line change 1
- let dfhdlVersion = "0.9.3 " ;
1
+ let dfhdlVersion = "0.9.4 " ;
2
2
let scalaVersion = "3.6.3" ;
3
3
4
4
let sbtConfig = `
You can’t perform that action at this time.
0 commit comments