This repository was archived by the owner on Oct 25, 2024. It is now read-only.
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.4 ]
25+ scala : [2.13.5 ]
26262727 runs-on : ${{ matrix.os }}
2828 steps :
7070 strategy :
7171 matrix :
7272 os : [ubuntu-latest]
73- scala : [2.13.4 ]
73+ scala : [2.13.5 ]
74747575 runs-on : ${{ matrix.os }}
7676 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.4 )
99+ - name : Download target directories (2.13.5 )
100100 uses : actions/download-artifact@v2
101101 with :
102- name : target-${{ matrix.os }}-2.13.4 -${{ matrix.java }}
102+ name : target-${{ matrix.os }}-2.13.5 -${{ matrix.java }}
103103
104- - name : Inflate target directories (2.13.4 )
104+ - name : Inflate target directories (2.13.5 )
105105 run : |
106106 tar xf targets.tar
107107 rm targets.tar
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ inThisBuild(
2121
2222val GraalVM11 = " [email protected] " 2323
24- val Scala213 = " 2.13.4 "
24+ val Scala213 = " 2.13.5 "
2525ThisBuild / scalaVersion := Scala213
2626ThisBuild / crossScalaVersions := Seq (Scala213 )
2727ThisBuild / githubWorkflowJavaVersions := Seq (GraalVM11 )
You can’t perform that action at this time.
0 commit comments