File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2727 strategy :
2828 matrix :
2929 os : [ubuntu-latest]
30- scala : [2.13.5 , 3.0.0]
30+ scala : [2.13.6 , 3.0.0]
3131 java : [openjdk@1.11.0]
3232 runs-on : ${{ matrix.os }}
3333 steps :
7575 strategy :
7676 matrix :
7777 os : [ubuntu-latest]
78- scala : [2.13.5 ]
78+ scala : [2.13.6 ]
7979 java : [openjdk@1.11.0]
8080 runs-on : ${{ matrix.os }}
8181 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.13.5 )
104+ - name : Download target directories (2.13.6 )
105105 uses : actions/download-artifact@v2
106106 with :
107- name : target-${{ matrix.os }}-2.13.5 -${{ matrix.java }}
107+ name : target-${{ matrix.os }}-2.13.6 -${{ matrix.java }}
108108
109- - name : Inflate target directories (2.13.5 )
109+ - name : Inflate target directories (2.13.6 )
110110 run : |
111111 tar xf targets.tar
112112 rm targets.tar
Original file line number Diff line number Diff line change 11object ScalaVersions {
2- val v213 = " 2.13.5 "
2+ val v213 = " 2.13.6 "
33 val v3 = " 3.0.0"
44}
Original file line number Diff line number Diff line change 11logLevel := Level .Warn
22
3- addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.5.0 " )
3+ addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.5.1 " )
44
55addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 1.0.0" )
66
You can’t perform that action at this time.
0 commit comments