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 23
23
strategy :
24
24
matrix :
25
25
os : [ubuntu-latest]
26
- scala : [2.13.15 ]
26
+ scala : [2.13.16 ]
27
27
java : [temurin@17, temurin@21]
28
28
runs-on : ${{ matrix.os }}
29
29
steps :
73
73
strategy :
74
74
matrix :
75
75
os : [ubuntu-latest]
76
- scala : [2.13.15 ]
76
+ scala : [2.13.16 ]
77
77
java : [temurin@17]
78
78
runs-on : ${{ matrix.os }}
79
79
steps :
@@ -101,12 +101,12 @@ jobs:
101
101
- name : Setup sbt
102
102
uses : sbt/setup-sbt@v1
103
103
104
- - name : Download target directories (2.13.15 )
104
+ - name : Download target directories (2.13.16 )
105
105
uses : actions/download-artifact@v4
106
106
with :
107
- name : target-${{ matrix.os }}-2.13.15 -${{ matrix.java }}
107
+ name : target-${{ matrix.os }}-2.13.16 -${{ matrix.java }}
108
108
109
- - name : Inflate target directories (2.13.15 )
109
+ - name : Inflate target directories (2.13.16 )
110
110
run : |
111
111
tar xf targets.tar
112
112
rm targets.tar
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name := "scex"
2
2
3
3
inThisBuild(Seq (
4
4
organization := " com.avsystem.scex" ,
5
- scalaVersion := " 2.13.15 " ,
5
+ scalaVersion := " 2.13.16 " ,
6
6
7
7
githubWorkflowTargetTags ++= Seq (" v*" ),
8
8
githubWorkflowJavaVersions := Seq (JavaSpec .temurin(" 17" ), JavaSpec .temurin(" 21" )),
You can’t perform that action at this time.
0 commit comments