Skip to content

Commit

Permalink
Merge pull request #175 from DFiantHDL/nextbatch
Browse files Browse the repository at this point in the history
docs: update to use v0.7.0
  • Loading branch information
soronpo authored Aug 27, 2024
2 parents 03d5e1c + 768b1e1 commit f3850ca
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.6.0
//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.6.0
//> using scala 3.5.0
//> using dep io.github.dfianthdl::dfhdl::0.7.0
//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.7.0
//> 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.6.0
//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.6.0
//> using scala 3.5.0
//> using dep io.github.dfianthdl::dfhdl::0.7.0
//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.7.0
//> using option -deprecation -language:implicitConversions

import dfhdl.* //import all the DFHDL goodness
Expand Down
4 changes: 2 additions & 2 deletions docs/javascripts/scastie.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
let dfhdlVersion = "0.6.0";
let scalaVersion = "3.4.2";
let dfhdlVersion = "0.7.0";
let scalaVersion = "3.5.0";

let sbtConfig = `
val dfhdlVersion = "${dfhdlVersion}"
Expand Down

0 comments on commit f3850ca

Please sign in to comment.