Skip to content

Commit

Permalink
Update scala3-library, ... to 3.0.2 (#1010)
Browse files Browse the repository at this point in the history
* Update scala3-library, ... to 3.0.2

* Regenerate workflow with sbt-github-actions

* Update .mergify.yml

Co-authored-by: Frank Thomas <f.thomas@gmx.de>
  • Loading branch information
scala-steward and fthomas authored Sep 1, 2021
1 parent db794bc commit a1d22bc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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.14, 2.13.6, 3.0.1]
scala: [2.12.14, 2.13.6, 3.0.2]
java: [adopt@1.8]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
run: sbt ++${{ matrix.scala }} validateJVM validateJS

- name: Build project (Scala 3)
if: matrix.scala == '3.0.1'
if: matrix.scala == '3.0.2'
run: sbt ++${{ matrix.scala }} validateJVM30 validateJS30

- name: Codecov
Expand Down Expand Up @@ -125,12 +125,12 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.0.1)
- name: Download target directories (3.0.2)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-3.0.1-${{ matrix.java }}
name: target-${{ matrix.os }}-3.0.2-${{ matrix.java }}

- name: Inflate target directories (3.0.1)
- name: Inflate target directories (3.0.2)
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:
- author=scala-steward
- status-success=Build and Test (ubuntu-latest, 2.12.14, adopt@1.8)
- status-success=Build and Test (ubuntu-latest, 2.13.6, adopt@1.8)
- status-success=Build and Test (ubuntu-latest, 3.0.1, adopt@1.8)
- status-success=Build and Test (ubuntu-latest, 3.0.2, adopt@1.8)
- body~=labels:.*semver-patch
actions:
merge:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ val gitDevUrl = s"git@github.com:$gitHubOwner/$projectName.git"

val Scala_2_12 = "2.12.14"
val Scala_2_13 = "2.13.6"
val Scala_3 = "3.0.1"
val Scala_3 = "3.0.2"

val catsVersion = "2.6.1"
val jsonpathVersion = "2.6.0"
Expand Down

0 comments on commit a1d22bc

Please sign in to comment.