Skip to content

Commit

Permalink
Update scala3-library to 3.3.4 (#84)
Browse files Browse the repository at this point in the history
* Update scala3-library to 3.3.4

* Regenerate GitHub Actions workflow

Executed command: sbt githubWorkflowGenerate
  • Loading branch information
scala-steward authored Sep 30, 2024
1 parent a47d836 commit 7683630
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.20, 2.13.14, 3.3.3]
scala: [2.12.20, 2.13.14, 3.3.4]
java: [zulu@8]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -99,12 +99,12 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.3.3)
- name: Download target directories (3.3.4)
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-3.3.3-${{ matrix.java }}
name: target-${{ matrix.os }}-3.3.4-${{ matrix.java }}

- name: Inflate target directories (3.3.3)
- name: Inflate target directories (3.3.4)
run: |
tar xf targets.tar
rm targets.tar
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name := "micrometer-pekko"

ThisBuild / scalaVersion := "2.13.14"

ThisBuild / crossScalaVersions := Seq("2.12.20", "2.13.14", "3.3.3")
ThisBuild / crossScalaVersions := Seq("2.12.20", "2.13.14", "3.3.4")

scalacOptions += "-target:jvm-1.8"

Expand Down

0 comments on commit 7683630

Please sign in to comment.