Bump sbt-dependency-submission

Fix the build on 2.13.8 to submit the corresponding graphs:
Remove 2.13.8 in the crossScalaVersions of sbt-dependency-graph
scripted-sbt-redux and scripted-sbt because they
depend on sbtProj.
This commit is contained in:
Adrien Piquerez
2022-07-15 11:07:33 +02:00
parent 38125c5347
commit 8dba607ed8
2 changed files with 4 additions and 3 deletions
+1 -3
View File
@@ -9,6 +9,4 @@ jobs:
runs-on: ubuntu-latest # or windows-latest, or macOS-latest
steps:
- uses: actions/checkout@v3
- uses: scalacenter/sbt-dependency-graph-action@v1
with:
scala-versions: 2.12.16
- uses: scalacenter/sbt-dependency-submission@v2