Skip to content

Commit 9b1fbd1

Browse files
author
Oron Port
committed
Update dependencies and configurations: bump scalafmt to 3.9.7, update compiler to 3.7.1, and adjust various library versions in build.sbt and requirements.txt.
1 parent fd87fc0 commit 9b1fbd1

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
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.6
1+
version = 3.9.7
22
runner.dialect = scala3
33

44
maxColumn = 100

build.sbt

Lines changed: 3 additions & 3 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"
6+
val compilerVersion = "3.7.1"
77

88
inThisBuild(
99
List(
@@ -147,9 +147,9 @@ lazy val devices = (project in file("devices"))
147147
lazy val dependencies =
148148
new {
149149
private val scodecV = "1.2.1"
150-
private val munitV = "1.1.0"
150+
private val munitV = "1.1.1"
151151
private val scalafmtV = "3.8.3"
152-
private val airframelogV = "2025.1.10"
152+
private val airframelogV = "2025.1.12"
153153
private val oslibV = "0.9.2"
154154
private val scallopV = "5.2.0"
155155
private val upickleV = "4.1.0"

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

44
maxColumn = 100

docs/requirements.txt

Lines changed: 4 additions & 4 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.12
4-
pymdown-extensions==10.14.3
3+
mkdocs-material==9.6.14
4+
pymdown-extensions==10.15
55
mkdocs-redirects==1.2.2
66
mkdocs-glightbox==0.4.0
7-
mkdocs-autorefs==1.4.1
7+
mkdocs-autorefs==1.4.2
88
mkdocs-d2-plugin==1.6.0
9-
mkdocs-drawio==1.8.2
9+
mkdocs-drawio==1.11.2
1010
schemdraw==0.20
1111
pyhocon==0.3.61

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version = 1.10.11
1+
sbt.version = 1.11.1

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.3")
5+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1")
66

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

0 commit comments

Comments
 (0)