File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
docs/getting-started/hello-world/scala-project Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- version = 3.10 .0
1+ version = 3.10 .1
22runner.dialect = scala3
33
44maxColumn = 100
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ commands += DFHDLCommands.docExamplesRefUpdate
55
66// format: off
77val projectName = " dfhdl"
8- val compilerVersion = " 3.7.4-RC1 "
8+ val compilerVersion = " 3.7.4-RC2 "
99
1010inThisBuild(
1111 List (
@@ -140,7 +140,7 @@ lazy val dependencies =
140140 private val airframelogV = " 2025.1.20"
141141 private val oslibV = " 0.11.5"
142142 private val scallopV = " 5.2.0"
143- private val upickleV = " 4.3.2 "
143+ private val upickleV = " 4.4.0 "
144144
145145 val scodec = " org.scodec" %% " scodec-bits" % scodecV
146146 val munit = " org.scalameta" %% " munit" % munitV % Test
Original file line number Diff line number Diff line change 1- version = 3.10 .0
1+ version = 3.10 .1
22runner.dialect = scala3
33
44maxColumn = 100
You can’t perform that action at this time.
0 commit comments