Skip to content

Commit acc43a0

Browse files
author
Oron Port
committed
Update dependencies and configurations: bump scalafmt to 3.9.4, update compiler version to 3.7.0-RC4, and add simulator project with new dependencies. Also, update mkdocs-material and schemdraw versions in requirements.txt.
1 parent e160ade commit acc43a0

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
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.9.3
1+
version = 3.9.4
22
runner.dialect = scala3
33

44
maxColumn = 100

build.sbt

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

44
// format: off
55
val projectName = "dfhdl"
6-
val compilerVersion = "3.7.0-RC1"
6+
val compilerVersion = "3.7.0-RC4"
77

88
inThisBuild(
99
List(
@@ -148,7 +148,7 @@ lazy val dependencies =
148148
private val scodecV = "1.2.1"
149149
private val munitV = "1.1.0"
150150
private val scalafmtV = "3.8.3"
151-
private val airframelogV = "2025.1.6"
151+
private val airframelogV = "2025.1.10"
152152
private val oslibV = "0.9.2"
153153
private val scallopV = "5.2.0"
154154
val scodec = "org.scodec" %% "scodec-bits" % scodecV

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.9.3
1+
version = 3.9.4
22
runner.dialect = scala3
33

44
maxColumn = 100

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
pygments==2.19.1
22
mkdocs==1.6.1
3-
mkdocs-material==9.6.7
3+
mkdocs-material==9.6.12
44
pymdown-extensions==10.14.3
55
mkdocs-redirects==1.2.2
66
mkdocs-glightbox==0.4.0
77
mkdocs-autorefs==1.4.1
88
mkdocs-d2-plugin==1.6.0
99
mkdocs-drawio==1.8.2
10-
schemdraw==0.19
10+
schemdraw==0.20
1111
pyhocon==0.3.61

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ logLevel := Level.Warn
22

33
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
44

5-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")
5+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3")
66

77
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")

0 commit comments

Comments
 (0)