Skip to content

Commit

Permalink
Merge pull request #839 from scala-steward/update/series/1.x/scala-li…
Browse files Browse the repository at this point in the history
…brary-2.13.8

Update scala-library to 2.13.8 in series/1.x
  • Loading branch information
bplommer authored Jan 17, 2022
2 parents 54c0787 + fd08a7a commit 6d972d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.12.15, 2.13.7, 3.0.1]
scala: [2.12.15, 2.13.8, 3.0.1]
java: [adopt@1.8]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:

- run: sbt --client '++${{ matrix.scala }}; ci'

- if: matrix.scala == '2.13.7'
- if: matrix.scala == '2.13.8'
run: sbt --client '++${{ matrix.scala }}; docs/run'

publish:
Expand All @@ -64,7 +64,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.7]
scala: [2.13.8]
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
Expand Up @@ -16,7 +16,7 @@ val munitVersion = "0.7.29"

val scala212 = "2.12.15"

val scala213 = "2.13.7"
val scala213 = "2.13.8"

val scala3 = "3.0.1"

Expand Down

0 comments on commit 6d972d4

Please sign in to comment.