Skip to content

Commit

Permalink
chore: Scala library updated to 2.13.6 and 2.12.14
Browse files Browse the repository at this point in the history
  • Loading branch information
augi committed Jul 15, 2021
1 parent 65d972f commit 2024f6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
matrix:
include:
- scalaVersion: 2.13
scalaLibraryVersion: 2.13.5
scalaLibraryVersion: 2.13.6
- scalaVersion: 2.12
scalaLibraryVersion: 2.12.13
scalaLibraryVersion: 2.12.14
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
matrix:
include:
- scalaVersion: 2.13
scalaLibraryVersion: 2.13.5
scalaLibraryVersion: 2.13.6
- scalaVersion: 2.12
scalaLibraryVersion: 2.12.13
scalaLibraryVersion: 2.12.14
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
Expand Down

0 comments on commit 2024f6b

Please sign in to comment.