File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
getting-started/hello-world/scala-project Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
- version = 3.9 .6
1
+ version = 3.9 .7
2
2
runner.dialect = scala3
3
3
4
4
maxColumn = 100
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ commands += DFHDLCommands.docExamplesRefUpdate
3
3
4
4
// format: off
5
5
val projectName = " dfhdl"
6
- val compilerVersion = " 3.7.0 "
6
+ val compilerVersion = " 3.7.1 "
7
7
8
8
inThisBuild(
9
9
List (
@@ -147,9 +147,9 @@ lazy val devices = (project in file("devices"))
147
147
lazy val dependencies =
148
148
new {
149
149
private val scodecV = " 1.2.1"
150
- private val munitV = " 1.1.0 "
150
+ private val munitV = " 1.1.1 "
151
151
private val scalafmtV = " 3.8.3"
152
- private val airframelogV = " 2025.1.10 "
152
+ private val airframelogV = " 2025.1.12 "
153
153
private val oslibV = " 0.9.2"
154
154
private val scallopV = " 5.2.0"
155
155
private val upickleV = " 4.1.0"
Original file line number Diff line number Diff line change 1
- version = 3.9 .4
1
+ version = 3.9 .7
2
2
runner.dialect = scala3
3
3
4
4
maxColumn = 100
Original file line number Diff line number Diff line change 1
1
pygments == 2.19.1
2
2
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
5
5
mkdocs-redirects == 1.2.2
6
6
mkdocs-glightbox == 0.4.0
7
- mkdocs-autorefs == 1.4.1
7
+ mkdocs-autorefs == 1.4.2
8
8
mkdocs-d2-plugin == 1.6.0
9
- mkdocs-drawio == 1.8 .2
9
+ mkdocs-drawio == 1.11 .2
10
10
schemdraw == 0.20
11
11
pyhocon == 0.3.61
Original file line number Diff line number Diff line change 1
- sbt.version = 1.10.11
1
+ sbt.version = 1.11.1
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ logLevel := Level.Warn
2
2
3
3
addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " 0.6.4" )
4
4
5
- addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.9.3 " )
5
+ addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.11.1 " )
6
6
7
7
addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.4" )
You can’t perform that action at this time.
0 commit comments