File tree Expand file tree Collapse file tree 6 files changed +10
-5
lines changed Expand file tree Collapse file tree 6 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 27
27
steps :
28
28
- name : Checkout
29
29
uses : actions/checkout@v3
30
+ with :
31
+ submodules : true
32
+ fetch-depth : 0
30
33
- name : Setup Scala
31
34
uses : coursier/setup-action@v1
32
35
with :
Original file line number Diff line number Diff line change 12
12
publish :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v3
15
+ - name : Checkout
16
+ uses : actions/checkout@v3
16
17
with :
18
+ submodules : true
17
19
fetch-depth : 0
18
20
- uses : coursier/setup-action@v1
19
21
with :
Original file line number Diff line number Diff line change 1
- version = 3.9 .8
1
+ version = 3.9 .9
2
2
runner.dialect = scala3
3
3
4
4
maxColumn = 100
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ lazy val dependencies =
136
136
new {
137
137
private val scodecV = " 1.2.4"
138
138
private val munitV = " 1.1.1"
139
- private val airframelogV = " 2025.1.14 "
139
+ private val airframelogV = " 2025.1.16 "
140
140
private val oslibV = " 0.9.2"
141
141
private val scallopV = " 5.2.0"
142
142
private val upickleV = " 4.2.1"
Original file line number Diff line number Diff line change 1
- sbt.version = 1.11.3
1
+ sbt.version = 1.11.5
Original file line number Diff line number Diff line change 1
1
logLevel := Level .Warn
2
2
3
- addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.11.1 " )
3
+ addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.11.2 " )
You can’t perform that action at this time.
0 commit comments