From 9b73f8f1daac6259d786c75bc282ba059afaa884 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 4 Sep 2026 17:22:33 +0000 Subject: [PATCH] Update scala3-compiler, scala3-library to 3.9.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2bea16e2a..013aa5b08 100755 --- a/build.sbt +++ b/build.sbt @@ -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.