File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 47
47
java-version : 21
48
48
cache : sbt
49
49
50
+ - name : Setup sbt
51
+ uses : sbt/setup-sbt@v1
52
+
50
53
- name : Check that workflows are up to date
51
54
run : sbt -J-Xmx2G '++ ${{ matrix.scala }}' githubWorkflowCheck
52
55
94
97
java-version : 21
95
98
cache : sbt
96
99
100
+ - name : Setup sbt
101
+ uses : sbt/setup-sbt@v1
102
+
97
103
- name : Download target directories (2.11.12)
98
104
uses : actions/download-artifact@v4
99
105
with :
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.0")
6
6
7
7
// addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3")
8
8
9
- addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 1.1.3 " )
9
+ addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 1.1.4 " )
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