Skip to content

Commit

Permalink
Merge pull request #575 from typelevel/wip-scala213bump
Browse files Browse the repository at this point in the history
all: upgrade to scala 2.13.10
  • Loading branch information
ahjohannessen authored Oct 13, 2022
2 parents fd726ac + f471a73 commit bb81ee5
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 @@ -28,12 +28,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.17, 2.13.9, 3.2.0]
scala: [2.12.17, 2.13.10, 3.2.0]
java: [temurin@8, temurin@17]
exclude:
- scala: 2.12.17
java: temurin@17
- scala: 2.13.9
- scala: 2.13.10
java: temurin@17
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -189,12 +189,12 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.13.9)
- name: Download target directories (2.13.10)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.9
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10

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

lazy val Scala3 = "3.2.0"
lazy val Scala213 = "2.13.9"
lazy val Scala213 = "2.13.10"
lazy val Scala212 = "2.12.17"

Global / lintUnusedKeysOnLoad := false
Expand Down

0 comments on commit bb81ee5

Please sign in to comment.