Skip to content

Commit

Permalink
Update scala-library to 2.13.12 in series/3.x (#1260)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 15, 2023
1 parent 69cd94a commit 02bbf67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:

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

- if: matrix.scala == '2.13.10'
- if: matrix.scala == '2.13.12'
run: sbt '++ ${{ matrix.scala }}' docs/run

publish:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ val munitVersion = "0.7.29"

val scala212 = "2.12.17"

val scala213 = "2.13.10"
val scala213 = "2.13.12"

val scala3 = "3.3.1"

Expand Down

0 comments on commit 02bbf67

Please sign in to comment.