File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 64
64
java-version : 21
65
65
cache : sbt
66
66
67
+ - name : Setup sbt
68
+ uses : sbt/setup-sbt@v1
69
+
67
70
- name : Check that workflows are up to date
68
71
run : sbt -J-Xmx2G '++ ${{ matrix.scala }}' githubWorkflowCheck
69
72
@@ -126,6 +129,9 @@ jobs:
126
129
java-version : 21
127
130
cache : sbt
128
131
132
+ - name : Setup sbt
133
+ uses : sbt/setup-sbt@v1
134
+
129
135
- name : Download target directories (2.11.12)
130
136
uses : actions/download-artifact@v4
131
137
with :
Original file line number Diff line number Diff line change 1
- sbt.version =1.10.6
1
+ sbt.version =1.10.7
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.0")
8
8
9
9
addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 1.1.3" )
10
10
11
- addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.23 .0" )
11
+ addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.24 .0" )
12
12
13
13
addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.5.12" )
14
14
You can’t perform that action at this time.
0 commit comments