File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
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.12.20, 2.13.15, 3.3.3 ]
26
+ scala : [2.12.20, 2.13.15, 3.3.4 ]
27
27
java : [zulu@8]
28
28
runs-on : ${{ matrix.os }}
29
29
steps :
@@ -111,12 +111,12 @@ jobs:
111
111
tar xf targets.tar
112
112
rm targets.tar
113
113
114
- - name : Download target directories (3.3.3 )
114
+ - name : Download target directories (3.3.4 )
115
115
uses : actions/download-artifact@v4
116
116
with :
117
- name : target-${{ matrix.os }}-3.3.3 -${{ matrix.java }}
117
+ name : target-${{ matrix.os }}-3.3.4 -${{ matrix.java }}
118
118
119
- - name : Inflate target directories (3.3.3 )
119
+ - name : Inflate target directories (3.3.4 )
120
120
run : |
121
121
tar xf targets.tar
122
122
rm targets.tar
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import com.typesafe.tools.mima.core._
6
6
val isScala3 = Def .setting(scalaBinaryVersion.value == " 3" )
7
7
8
8
// sbt-github-actions needs configuration in `ThisBuild`
9
- ThisBuild / crossScalaVersions := Seq (" 2.12.20" , " 2.13.15" , " 3.3.3 " )
9
+ ThisBuild / crossScalaVersions := Seq (" 2.12.20" , " 2.13.15" , " 3.3.4 " )
10
10
ThisBuild / scalaVersion := crossScalaVersions.value.tail.head
11
11
ThisBuild / githubWorkflowBuildPreamble ++= List (
12
12
WorkflowStep .Sbt (List (" mimaReportBinaryIssues" ), name = Some (" Check binary compatibility" )),
You can’t perform that action at this time.
0 commit comments