File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
getting-started/hello-world Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
//> using scala 3.7.1
2
- //> using dep io.github.dfianthdl::dfhdl::0.11 .0
3
- //> using plugin io.github.dfianthdl:::dfhdl-plugin:0.11 .0
2
+ //> using dep io.github.dfianthdl::dfhdl::0.12 .0
3
+ //> using plugin io.github.dfianthdl:::dfhdl-plugin:0.12 .0
4
4
//> using option -deprecation -language:implicitConversions
Original file line number Diff line number Diff line change 1
1
//> using scala 3.7.1
2
- //> using dep io.github.dfianthdl::dfhdl::0.11 .0
3
- //> using plugin io.github.dfianthdl:::dfhdl-plugin:0.11 .0
2
+ //> using dep io.github.dfianthdl::dfhdl::0.12 .0
3
+ //> using plugin io.github.dfianthdl:::dfhdl-plugin:0.12 .0
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.11 .0" ;
1
+ let dfhdlVersion = "0.12 .0" ;
2
2
let scalaVersion = "3.7.1" ;
3
3
4
4
let sbtConfig = `
Original file line number Diff line number Diff line change 1
- pygments == 2.19.1
1
+ pygments == 2.19.2
2
2
mkdocs == 1.6.1
3
- mkdocs-material == 9.6.14
4
- pymdown-extensions == 10.15
3
+ mkdocs-material == 9.6.15
4
+ pymdown-extensions == 10.16
5
5
mkdocs-redirects == 1.2.2
6
6
mkdocs-glightbox == 0.4.0
7
7
mkdocs-autorefs == 1.4.2
You can’t perform that action at this time.
0 commit comments