Skip to content

Commit 20f1db9

Browse files
author
Oron Port
committed
update more versions
1 parent 52b6b65 commit 20f1db9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 3.10.0
1+
version = 3.10.1
22
runner.dialect = scala3
33

44
maxColumn = 100

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ commands += DFHDLCommands.docExamplesRefUpdate
55

66
// format: off
77
val projectName = "dfhdl"
8-
val compilerVersion = "3.7.4-RC1"
8+
val compilerVersion = "3.7.4-RC2"
99

1010
inThisBuild(
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

docs/getting-started/hello-world/scala-project/.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 3.10.0
1+
version = 3.10.1
22
runner.dialect = scala3
33

44
maxColumn = 100

0 commit comments

Comments
 (0)