Skip to content

Commit

Permalink
Merge pull request #993 from scala-steward/update/scala3-library-3.0.1
Browse files Browse the repository at this point in the history
Update scala3-library, ... to 3.0.1
  • Loading branch information
fthomas authored Jul 9, 2021
2 parents e0dab87 + 6f89748 commit 9fd6dc7
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 @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.14, 2.13.6, 3.0.0]
scala: [2.12.14, 2.13.6, 3.0.1]
java: [[email protected]]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
run: sbt --client '++${{ matrix.scala }}; validateJVM; validateJS'

- name: Build project (Scala 3)
if: matrix.scala == '3.0.0'
if: matrix.scala == '3.0.1'
run: sbt --client '++${{ 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.0)
- name: Download target directories (3.0.1)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-3.0.0-${{ matrix.java }}
name: target-${{ matrix.os }}-3.0.1-${{ matrix.java }}

- name: Inflate target directories (3.0.0)
- name: Inflate target directories (3.0.1)
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 @@ -12,7 +12,7 @@ val gitDevUrl = s"[email protected]:$gitHubOwner/$projectName.git"

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

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

0 comments on commit 9fd6dc7

Please sign in to comment.