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 2222 strategy :
2323 matrix :
2424 os : [ubuntu-latest]
25- scala : [2.13.6 ]
25+ scala : [2.13.7 ]
26262727 runs-on : ${{ matrix.os }}
2828 steps :
@@ -96,12 +96,12 @@ jobs:
9696 ~/Library/Caches/Coursier/v1
9797 key : ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
9898
99- - name : Download target directories (2.13.6 )
99+ - name : Download target directories (2.13.7 )
100100 uses : actions/download-artifact@v2
101101 with :
102- name : target-${{ matrix.os }}-2.13.6 -${{ matrix.java }}
102+ name : target-${{ matrix.os }}-2.13.7 -${{ matrix.java }}
103103
104- - name : Inflate target directories (2.13.6 )
104+ - name : Inflate target directories (2.13.7 )
105105 run : |
106106 tar xf targets.tar
107107 rm targets.tar
Original file line number Diff line number Diff line change 11name := " test-repo-2"
22
3- scalaVersion := " 2.13.6 "
3+ scalaVersion := " 2.13.7 "
44
55// / sbt-github-actions configuration
66
7- ThisBuild / crossScalaVersions := Seq (" 2.13.6 " )
7+ ThisBuild / crossScalaVersions := Seq (" 2.13.7 " )
88ThisBuild / githubWorkflowJavaVersions
:= Seq (
" [email protected] " )
99
1010libraryDependencies += " com.github.japgolly.scalajs-react" % " core_sjs1_2.13" % " 2.0.0-RC5"
You can’t perform that action at this time.
0 commit comments