File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2323 strategy :
2424 matrix :
2525 os : [ubuntu-latest]
26- scala : [2.11.12, 2.12.15, 2.13.7 ]
26+ scala : [2.11.12, 2.12.15, 2.13.8 ]
2727 java : [zulu@8]
2828 runs-on : ${{ matrix.os }}
2929 steps :
@@ -121,12 +121,12 @@ jobs:
121121 tar xf targets.tar
122122 rm targets.tar
123123
124- - name : Download target directories (2.13.7 )
124+ - name : Download target directories (2.13.8 )
125125 uses : actions/download-artifact@v2
126126 with :
127- name : target-${{ matrix.os }}-2.13.7 -${{ matrix.java }}
127+ name : target-${{ matrix.os }}-2.13.8 -${{ matrix.java }}
128128
129- - name : Inflate target directories (2.13.7 )
129+ - name : Inflate target directories (2.13.8 )
130130 run : |
131131 tar xf targets.tar
132132 rm targets.tar
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
44
55addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 1.9.2" )
66
7- addSbtPlugin(" com.codecommit" % " sbt-github-actions" % " 0.14.0 " )
7+ addSbtPlugin(" com.codecommit" % " sbt-github-actions" % " 0.14.2 " )
88
99addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.5.10" )
You can’t perform that action at this time.
0 commit comments