Skip to content

Update logback-classic from 1.5.0 to 1.5.2 (#1295) #264

Update logback-classic from 1.5.0 to 1.5.2 (#1295)

Update logback-classic from 1.5.0 to 1.5.2 (#1295) #264

name: Update Dependency Graph
on:
push:
branches:
- develop # default branch of the project
jobs:
update-graph:
name: Update Dependency Graph
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: scalacenter/sbt-dependency-submission@v2
with:
## Optional: Define the working directory of your build.
## It should contain the build.sbt file.
working-directory: './'