Skip to content

Commit

Permalink
Merge pull request #188 from http4s/update/series/0.25/scala3-library…
Browse files Browse the repository at this point in the history
…-3.3.3

Update scala3-library, ... to 3.3.3 in series/0.25
  • Loading branch information
rossabaker authored Jul 29, 2024
2 parents 14d1f4e + f58184a commit 3fb467b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
scala: [2.12.18, 2.13.11, 3.3.1]
scala: [2.12.18, 2.13.11, 3.3.3]
java: [temurin@8, temurin@11, temurin@17]
project: [rootJS, rootJVM, rootNative]
exclude:
- scala: 2.12.18
java: temurin@11
- scala: 2.12.18
java: temurin@17
- scala: 3.3.1
- scala: 3.3.3
java: temurin@11
- scala: 3.3.1
- scala: 3.3.3
java: temurin@17
- project: rootJS
java: temurin@11
Expand Down Expand Up @@ -300,32 +300,32 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.3.1, rootJS)
- name: Download target directories (3.3.3, rootJS)
uses: actions/download-artifact@v3
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.1-rootJS
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.3-rootJS

- name: Inflate target directories (3.3.1, rootJS)
- name: Inflate target directories (3.3.3, rootJS)
run: |
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.3.1, rootJVM)
- name: Download target directories (3.3.3, rootJVM)
uses: actions/download-artifact@v3
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.1-rootJVM
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.3-rootJVM

- name: Inflate target directories (3.3.1, rootJVM)
- name: Inflate target directories (3.3.3, rootJVM)
run: |
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.3.1, rootNative)
- name: Download target directories (3.3.3, rootNative)
uses: actions/download-artifact@v3
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.1-rootNative
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.3-rootNative

- name: Inflate target directories (3.3.1, rootNative)
- name: Inflate target directories (3.3.3, rootNative)
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 @@ -4,7 +4,7 @@ ThisBuild / developers := List(
)

val Scala213 = "2.13.11"
ThisBuild / crossScalaVersions := Seq("2.12.18", Scala213, "3.3.1")
ThisBuild / crossScalaVersions := Seq("2.12.18", Scala213, "3.3.3")
ThisBuild / scalaVersion := Scala213

lazy val root = tlCrossRootProject.aggregate(scalatags)
Expand Down

0 comments on commit 3fb467b

Please sign in to comment.