Skip to content

Commit

Permalink
Merge pull request #851 from scala-steward/update/scala-library-2.13.7
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.7
  • Loading branch information
ashawley authored Nov 3, 2021
2 parents 11a863a + 7c40a13 commit 4bfd4c0
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 @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.1.0, 3.0.2, 2.12.15, 2.13.6]
scala: [3.1.0, 3.0.2, 2.12.15, 2.13.7]
java: [adopt@1.8, adopt@1.11]
platform: [jvm]
workers: [1, 4]
Expand All @@ -45,7 +45,7 @@ jobs:
- workers: 1
os: ubuntu-latest
java: adopt@1.8
scala: 2.13.6
scala: 2.13.7
platform: js
- workers: 1
os: ubuntu-latest
Expand All @@ -55,7 +55,7 @@ jobs:
- workers: 1
os: ubuntu-latest
java: adopt@1.8
scala: 2.13.6
scala: 2.13.7
platform: native
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.6]
scala: [2.13.7]
java: [adopt@1.8]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.6]
scala: [2.13.7]
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,7 +1,7 @@
sourceDirectory := file("dummy source directory")

val Scala212 = "2.12.15"
val Scala213 = "2.13.6"
val Scala213 = "2.13.7"
val Scala30 = "3.0.2"
val Scala31 = "3.1.0"

Expand Down

0 comments on commit 4bfd4c0

Please sign in to comment.