Skip to content

Commit

Permalink
scala 3.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Sep 30, 2024
1 parent 7683630 commit d7b63f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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.4]
scala: [2.12.20, 2.13.14, 3.3.5]
java: [zulu@8]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.14]
scala: [2.13.15]
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.4)
- name: Download target directories (3.3.5)
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-3.3.4-${{ matrix.java }}
name: target-${{ matrix.os }}-3.3.5-${{ matrix.java }}

- name: Inflate target directories (3.3.4)
- name: Inflate target directories (3.3.5)
run: |
tar xf targets.tar
rm targets.tar
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ organization := "com.github.pjfanning"

name := "micrometer-pekko"

ThisBuild / scalaVersion := "2.13.14"
ThisBuild / scalaVersion := "2.13.15"

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

scalacOptions += "-target:jvm-1.8"

Expand Down

0 comments on commit d7b63f9

Please sign in to comment.