Skip to content

Commit 31929b2

Browse files
authored
Merge pull request #1140 from scala-steward/update/scala3-library-3.3.4
Update scala3-library to 3.3.4
2 parents 366f6d8 + 4745b53 commit 31929b2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
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]
2727
java: [zulu@8]
2828
runs-on: ${{ matrix.os }}
2929
steps:
@@ -111,12 +111,12 @@ jobs:
111111
tar xf targets.tar
112112
rm targets.tar
113113
114-
- name: Download target directories (3.3.3)
114+
- name: Download target directories (3.3.4)
115115
uses: actions/download-artifact@v4
116116
with:
117-
name: target-${{ matrix.os }}-3.3.3-${{ matrix.java }}
117+
name: target-${{ matrix.os }}-3.3.4-${{ matrix.java }}
118118

119-
- name: Inflate target directories (3.3.3)
119+
- name: Inflate target directories (3.3.4)
120120
run: |
121121
tar xf targets.tar
122122
rm targets.tar

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import com.typesafe.tools.mima.core._
66
val isScala3 = Def.setting(scalaBinaryVersion.value == "3")
77

88
// 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")
1010
ThisBuild / scalaVersion := crossScalaVersions.value.tail.head
1111
ThisBuild / githubWorkflowBuildPreamble ++= List(
1212
WorkflowStep.Sbt(List("mimaReportBinaryIssues"), name = Some("Check binary compatibility")),

0 commit comments

Comments
 (0)