Skip to content

Commit 5dc0048

Browse files
author
Oron Port
committed
update versions
1 parent c582784 commit 5dc0048

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
//> 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
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.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
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.11.0";
1+
let dfhdlVersion = "0.12.0";
22
let scalaVersion = "3.7.1";
33

44
let sbtConfig = `

docs/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
pygments==2.19.1
1+
pygments==2.19.2
22
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
55
mkdocs-redirects==1.2.2
66
mkdocs-glightbox==0.4.0
77
mkdocs-autorefs==1.4.2

0 commit comments

Comments
 (0)