Skip to content

Commit

Permalink
Merge pull request #146 from http4s/update/series/0.23/scala-library-…
Browse files Browse the repository at this point in the history
…2.12.19

Update scala-library to 2.12.19 in series/0.23
  • Loading branch information
rossabaker authored Jun 3, 2024
2 parents b8db856 + 8fc742a commit 2a9ce10
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
scala: [2.12.18, 2.13.12, 3.3.1]
scala: [2.12.19, 2.13.12, 3.3.1]
java: [temurin@8, temurin@11, temurin@17]
exclude:
- scala: 2.12.18
- scala: 2.12.19
java: temurin@11
- scala: 2.12.18
- scala: 2.12.19
java: temurin@17
- scala: 3.3.1
java: temurin@11
Expand Down Expand Up @@ -223,12 +223,12 @@ jobs:
~/Library/Caches/Coursier/v1
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}

- name: Download target directories (2.12.18)
- name: Download target directories (2.12.19)
uses: actions/download-artifact@v3
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.19

- name: Inflate target directories (2.12.18)
- name: Inflate target directories (2.12.19)
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(
)
ThisBuild / startYear := Some(2014)

val Scala212 = "2.12.18"
val Scala212 = "2.12.19"
val Scala213 = "2.13.12"
ThisBuild / crossScalaVersions := Seq(Scala212, Scala213, "3.3.1")
ThisBuild / scalaVersion := Scala213
Expand Down

0 comments on commit 2a9ce10

Please sign in to comment.