File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 4040 java-version : 8
4141 cache : sbt
4242
43- - name : Setup sbt
44- uses : sbt/setup-sbt@v1
45-
4643 - name : Check that workflows are up to date
4744 run : sbt '++ ${{ matrix.scala }}' githubWorkflowCheck
4845
8279 java-version : 8
8380 cache : sbt
8481
85- - name : Setup sbt
86- uses : sbt/setup-sbt@v1
87-
8882 - name : Download target directories (2.12.19)
8983 uses : actions/download-artifact@v4
9084 with :
Original file line number Diff line number Diff line change 11addSbtPlugin(" com.github.sbt" % " sbt-javaagent" % " 0.1.8" )
22addSbtPlugin(" com.github.sbt" % " sbt-pgp" % " 2.2.1" )
3- addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.24 .0" )
3+ addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.23 .0" )
44addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.5.12" )
55addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.1.0" )
66
You can’t perform that action at this time.
0 commit comments