Skip to content

Commit

Permalink
Merge pull request #229 from fp-in-bo/update/scala-library-2.12.15
Browse files Browse the repository at this point in the history
Update scala-library to 2.12.15
  • Loading branch information
faustin0 authored Dec 21, 2021
2 parents fd324b2 + b60d70c commit 75b03bb
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 @@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.5, 2.12.10]
scala: [2.13.5, 2.12.15]
java: [[email protected], [email protected]]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -64,21 +64,21 @@ jobs:
- name: Stop docker containers
run: docker-compose down

- if: matrix.scala == '2.12.10'
- if: matrix.scala == '2.12.15'
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6

- if: matrix.scala == '2.12.10'
- if: matrix.scala == '2.12.15'
run: gem update --system

- if: matrix.scala == '2.12.10'
- if: matrix.scala == '2.12.15'
run: gem install sass

- if: matrix.scala == '2.12.10'
- if: matrix.scala == '2.12.15'
run: gem install jekyll -v 4

- if: matrix.scala == '2.12.10'
- if: matrix.scala == '2.12.15'
run: sbt ++${{ matrix.scala }} site/makeMicrosite

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

- name: Inflate target directories (2.12.10)
- name: Inflate target directories (2.12.15)
run: |
tar xf targets.tar
rm targets.tar
Expand All @@ -153,7 +153,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.5, 2.12.10]
scala: [2.13.5, 2.12.15]
java: [[email protected]]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -215,12 +215,12 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.12.10)
- name: Download target directories (2.12.15)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-2.12.10-${{ matrix.java }}
name: target-${{ matrix.os }}-2.12.15-${{ matrix.java }}

- name: Inflate target directories (2.12.10)
- name: Inflate target directories (2.12.15)
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,5 +1,5 @@
val Scala213 = "2.13.5"
val Scala212 = "2.12.10"
val Scala212 = "2.12.15"
val Java18 = "[email protected]"
val Java11 = "[email protected]"

Expand Down

0 comments on commit 75b03bb

Please sign in to comment.