Skip to content

Commit

Permalink
Updates sbt-dependency-graph for more accurate results
Browse files Browse the repository at this point in the history
  • Loading branch information
SHession committed Jan 18, 2022
1 parent 3994bd1 commit ce63f12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
distribution: "adopt"

- name: Snyk monitor
run: snyk monitor --all-projects
run: snyk monitor --all-projects -d
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.11")

addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")

addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.2")
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.10.0-RC1")

0 comments on commit ce63f12

Please sign in to comment.