File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2323 strategy :
2424 matrix :
2525 os : [ubuntu-latest]
26- scala : [2.12.15 ]
26+ scala : [2.12.17 ]
2727 java : [temurin@8]
2828 runs-on : ${{ matrix.os }}
2929 steps :
7373 strategy :
7474 matrix :
7575 os : [ubuntu-latest]
76- scala : [2.12.15 ]
76+ scala : [2.12.17 ]
7777 java : [temurin@8]
7878 runs-on : ${{ matrix.os }}
7979 steps :
@@ -101,12 +101,12 @@ jobs:
101101 ~/Library/Caches/Coursier/v1
102102 key : ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
103103
104- - name : Download target directories (2.12.15 )
104+ - name : Download target directories (2.12.17 )
105105 uses : actions/download-artifact@v2
106106 with :
107- name : target-${{ matrix.os }}-2.12.15 -${{ matrix.java }}
107+ name : target-${{ matrix.os }}-2.12.17 -${{ matrix.java }}
108108
109- - name : Inflate target directories (2.12.15 )
109+ - name : Inflate target directories (2.12.17 )
110110 run : |
111111 tar xf targets.tar
112112 rm targets.tar
Original file line number Diff line number Diff line change 11import scala .collection .JavaConverters ._
22
3- ThisBuild / scalaVersion := " 2.12.15 "
3+ ThisBuild / scalaVersion := " 2.12.17 "
44
55sbtPlugin := true
66crossSbtVersions := List (" 1.0.0" )
You can’t perform that action at this time.
0 commit comments