Change default zio-http configuration so that ws close frames are for… #1171
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://scala-lang.org/blog/2022/07/18/secure-your-dependencies-on-github.html | |
name: Update Dependency Graph | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
update-graph: | |
name: Update Dependency Graph | |
runs-on: ubuntu-24.04 | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: sbt/setup-sbt@v1 | |
- uses: scalacenter/sbt-dependency-submission@v3 |