Skip to content

Commit

Permalink
Merge pull request #2002 from scala-steward/update/scala-library-2.13.13
Browse files Browse the repository at this point in the history
Update scala-library, scala-reflect to 2.13.13
  • Loading branch information
jatcwang authored Mar 5, 2024
2 parents d671c8b + 6282f5b commit d4c2499
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
- name: Check there are no uncommitted changes in git (to catch generated files that weren't committed)
run: sbt '++ ${{ matrix.scala }}' checkGitNoUncommittedChanges

- name: Check Doc Site (2.13.12 only)
if: matrix.scala == '2.13.12'
- name: Check Doc Site (2.13.13 only)
if: matrix.scala == '2.13.13'
run: sbt '++ ${{ matrix.scala }}' docs/makeSite

- name: Make target directories
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ lazy val shapelessVersion = "2.3.10"
lazy val silencerVersion = "1.7.1"
lazy val specs2Version = "4.20.5"
lazy val scala212Version = "2.12.19"
lazy val scala213Version = "2.13.12"
lazy val scala213Version = "2.13.13"
lazy val scala3Version = "3.3.3"
// scala-steward:off
lazy val slf4jVersion = "1.7.36"
Expand Down

0 comments on commit d4c2499

Please sign in to comment.