Skip to content

Commit

Permalink
Merge pull request #838 from scala-steward/update/scala-library-2.13.8
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.8
  • Loading branch information
bplommer authored Jan 17, 2022
2 parents 56b1c9a + ccb580a commit 904dddc
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.1.0]
scala: [2.12.15, 2.13.8, 3.1.0]
java: [adopt@1.8]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:

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

- if: matrix.scala == '2.13.7'
- if: matrix.scala == '2.13.8'
run: sbt ++${{ 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.1.0"

Expand Down

0 comments on commit 904dddc

Please sign in to comment.