Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ commands += DFHDLCommands.docExamplesRefUpdate
val projectName = "dfhdl"

// VERSIONS β€” all version literals live here.
val compilerVersion = "3.8.4"
val compilerVersion = "3.9.0"
// The DFTools binary toolchain release this DFHDL build targets (versioned independently of
// DFHDL). Surfaced to the library via lib's generated `dftools.properties` and read by
// DFToolsImage. Bump when adopting a new DFTools release.
Expand Down
Loading