Skip to content

Commit

Permalink
Merge pull request typelevel#896 from typelevel/update/scala3-library…
Browse files Browse the repository at this point in the history
…-3.1.2

Update scala3-library, ... to 3.1.2
  • Loading branch information
rossabaker committed Jun 4, 2022
2 parents 78110e7 + 4211aee commit 506fccf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.1.1, 2.12.15, 2.13.8]
scala: [3.1.2, 2.12.15, 2.13.8]
java: [temurin@8, temurin@11]
project: [rootJS, rootJVM, rootNative]
workers: [1, 4]
Expand Down Expand Up @@ -189,42 +189,42 @@ jobs:
~/Library/Caches/Coursier/v1
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}

- name: Download target directories (3.1.1, rootJS, 1)
- name: Download target directories (3.1.2, rootJS, 1)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.1-rootJS-1
name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.2-rootJS-1

- name: Inflate target directories (3.1.1, rootJS, 1)
- name: Inflate target directories (3.1.2, rootJS, 1)
run: |
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.1.1, rootJVM, 1)
- name: Download target directories (3.1.2, rootJVM, 1)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.1-rootJVM-1
name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.2-rootJVM-1

- name: Inflate target directories (3.1.1, rootJVM, 1)
- name: Inflate target directories (3.1.2, rootJVM, 1)
run: |
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.1.1, rootNative, 1)
- name: Download target directories (3.1.2, rootNative, 1)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.1-rootNative-1
name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.2-rootNative-1

- name: Inflate target directories (3.1.1, rootNative, 1)
- name: Inflate target directories (3.1.2, rootNative, 1)
run: |
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.1.1, rootJVM, 1)
- name: Download target directories (3.1.2, rootJVM, 1)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.1-rootJVM-1
name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.2-rootJVM-1

- name: Inflate target directories (3.1.1, rootJVM, 1)
- name: Inflate target directories (3.1.2, rootJVM, 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
@@ -1,6 +1,6 @@
val Scala212 = "2.12.15"
val Scala213 = "2.13.8"
val Scala3 = "3.1.1"
val Scala3 = "3.1.2"

name := "scalacheck"
ThisBuild / organization := "org.scalacheck"
Expand Down

0 comments on commit 506fccf

Please sign in to comment.