Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1280 from guardian/dep-graph-snyk
Browse files Browse the repository at this point in the history
update sbt-dependency-graph to allow snyk monitor to work
  • Loading branch information
alexflav23 authored Oct 11, 2019
2 parents 34d48f4 + a722898 commit 0355b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ addSbtPlugin("com.gu" % "sbt-riffraff-artifact" % "1.0.0")

addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.2")

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

addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.3.3")

Expand Down

0 comments on commit 0355b8f

Please sign in to comment.