Skip to content

Commit

Permalink
Merge pull request #231 from scala-steward/update/scala-library-2.12.17
Browse files Browse the repository at this point in the history
Update scala-library to 2.12.17
  • Loading branch information
mergify[bot] authored Sep 19, 2022
2 parents 67ea59c + 4849d04 commit 1e64ebe
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 @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.16, 2.13.8]
scala: [2.12.17, 2.13.8]
java: [graalvm-ce-java11@20.3.0]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.16]
scala: [2.12.17]
java: [graalvm-ce-java11@20.3.0]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -100,12 +100,12 @@ jobs:
~/Library/Caches/Coursier/v1
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}

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

- name: Inflate target directories (2.12.16)
- name: Inflate target directories (2.12.17)
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,4 +1,4 @@
val Scala_2_12 = "2.12.16"
val Scala_2_12 = "2.12.17"
val Scala_2_13 = "2.13.8"

val catsEffectVersion = "3.3.14"
Expand Down

0 comments on commit 1e64ebe

Please sign in to comment.