Skip to content

Commit

Permalink
Merge pull request #2108 from scala-steward/update/scala-library-2.13.15
Browse files Browse the repository at this point in the history
Update scala-library, scala-reflect to 2.13.15
  • Loading branch information
jatcwang authored Dec 4, 2024
2 parents 1ca0635 + eb6de40 commit bb6ebdf
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 @@ -81,8 +81,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.14 only)
if: matrix.scala == '2.13.14'
- name: Check Doc Site (2.13.15 only)
if: matrix.scala == '2.13.15'
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.12"
lazy val silencerVersion = "1.7.1"
lazy val specs2Version = "4.20.7"
lazy val scala212Version = "2.12.19"
lazy val scala213Version = "2.13.14"
lazy val scala213Version = "2.13.15"
lazy val scala3Version = "3.3.4"
// scala-steward:off
lazy val slf4jVersion = "1.7.36"
Expand Down

0 comments on commit bb6ebdf

Please sign in to comment.