Skip to content

Commit

Permalink
update doc versions
Browse files Browse the repository at this point in the history
  • Loading branch information
soronpo committed May 19, 2024
1 parent e48a744 commit cc4da48
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//> using scala 3.4.2
//> using dep io.github.dfianthdl::dfhdl::0.4.7
//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.4.7
//> using dep io.github.dfianthdl::dfhdl::0.4.8
//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.4.8
//> using option -deprecation -language:implicitConversions
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//> using scala 3.4.2
//> using dep io.github.dfianthdl::dfhdl::0.4.7
//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.4.7
//> using dep io.github.dfianthdl::dfhdl::0.4.8
//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.4.8
//> 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,5 +1,5 @@
document.addEventListener('DOMContentLoaded', function() {
let dfhdlVersion = "0.4.7";
let dfhdlVersion = "0.4.8";
let scalaVersion = "3.4.2";

let sbtConfig = `
Expand Down

0 comments on commit cc4da48

Please sign in to comment.