Skip to content

Commit

Permalink
remove unnecessary override
Browse files Browse the repository at this point in the history
  • Loading branch information
calypsomatic committed Oct 23, 2023
1 parent 1a3ecfe commit e50cbe7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ object Dependencies {
"org.yaml" % "snakeyaml" % "1.33",
// workbench-google2 has jose4j as a dependency; directly updating to a non-vulnerable version until workbench-google2 updates
"org.bitbucket.b_c" % "jose4j" % "0.9.3",
"io.grpc" % "grpc-xds" % "1.56.1",
"org.json" % "json" % "20231013"
"io.grpc" % "grpc-xds" % "1.56.1"
)

val rootDependencies: Seq[ModuleID] = Seq(
Expand Down

0 comments on commit e50cbe7

Please sign in to comment.