Skip to content

Commit

Permalink
Merge pull request #342 from scala-steward/update/scala-library-2.12.16
Browse files Browse the repository at this point in the history
Update scala-library to 2.12.16
  • Loading branch information
fthomas committed Jun 14, 2022
2 parents 2611a23 + 670f27e commit e5f9001
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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.15, 2.13.8, 3.1.1]
scala: [2.12.16, 2.13.8, 3.1.1]
java: [temurin@8]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -128,12 +128,12 @@ jobs:
~/Library/Caches/Coursier/v1
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}

- name: Download target directories (2.12.15)
- name: Download target directories (2.12.16)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.15
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.16

- name: Inflate target directories (2.12.15)
- name: Inflate target directories (2.12.16)
run: |
tar xf targets.tar
rm targets.tar
Expand Down
2 changes: 1 addition & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pull_request_rules:
- or:
- body~=labels:.*early-semver-patch
- body~=labels:.*early-semver-minor
- status-success=Build and Test (ubuntu-latest, 2.12.15, temurin@8)
- status-success=Build and Test (ubuntu-latest, 2.12.16, temurin@8)
- status-success=Build and Test (ubuntu-latest, 2.13.8, temurin@8)
- status-success=Build and Test (ubuntu-latest, 3.1.1, temurin@8)
actions:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ val projectName = "fs2-cron"
val rootPkg = s"$groupId.${projectName.replace("-", "")}"
val gitHubOwner = "fthomas"

val Scala_2_12 = "2.12.15"
val Scala_2_12 = "2.12.16"
val Scala_2_13 = "2.13.8"
val Scala_3 = "3.1.1"

Expand Down

0 comments on commit e5f9001

Please sign in to comment.