Skip to content

Commit

Permalink
Merge pull request #16 from scala-steward/update/scala-library-2.13.5
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.5
  • Loading branch information
NthPortal committed Feb 28, 2021
2 parents 8aaf950 + d429311 commit aa829c8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 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.13.4]
scala: [2.13.5]
java:
- adopt@1.8
- adopt@1.11
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.4]
scala: [2.13.5]
java: [adopt@1.8]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -101,12 +101,12 @@ jobs:
~/Library/Caches/Coursier/v1
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}

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

- name: Inflate target directories (2.13.4)
- name: Inflate target directories (2.13.5)
run: |
tar xf targets.tar
rm targets.tar
Expand All @@ -127,7 +127,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
scala: [2.13.4]
scala: [2.13.5]
java:
- adopt@1.8
- adopt@1.11
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
scala: [2.13.4]
scala: [2.13.5]
java: [adopt@1.8]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
scala: [2.13.4]
scala: [2.13.5]
java: [adopt@1.8]
runs-on: ${{ matrix.os }}
env:
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
scala: [2.13.4]
scala: [2.13.5]
java: [adopt@1.8]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -278,7 +278,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
scala: [2.13.4]
scala: [2.13.5]
java: [adopt@1.8]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import sbtghactions.UseRef

ThisBuild / scalaVersion := "2.13.4"
ThisBuild / scalaVersion := "2.13.5"
ThisBuild / autoAPIMappings := true

// publishing info
Expand Down

0 comments on commit aa829c8

Please sign in to comment.