Skip to content

Commit

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

Update scala-library to 2.13.10 in series/0.23
  • Loading branch information
danicheg authored Oct 13, 2022
2 parents 565a755 + c3496cc commit efd71ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
scala: [3.2.0, 2.12.17, 2.13.8]
scala: [3.2.0, 2.12.17, 2.13.10]
java: [temurin@8]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.8]
scala: [2.13.10]
java: [temurin@8]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -174,12 +174,12 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.13.8)
- name: Download target directories (2.13.10)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.8
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10

- name: Inflate target directories (2.13.8)
- name: Inflate target directories (2.13.10)
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 @@ -2,7 +2,7 @@ import com.typesafe.tools.mima.core._
import Dependencies._

val Scala212 = "2.12.17"
val Scala213 = "2.13.8"
val Scala213 = "2.13.10"
val Scala3 = "3.2.0"
val http4sVersion = "0.23.16"
val munitCatsEffectVersion = "2.0.0-M3"
Expand Down

0 comments on commit efd71ea

Please # to comment.