We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14a92d8 commit acf6ac9Copy full SHA for acf6ac9
scip-java/src/main/scala/com/sourcegraph/scip_java/commands/IndexDependencyCommand.scala
@@ -22,7 +22,7 @@ final case class IndexDependencyCommand(
22
Paths.get("maven"),
23
index: IndexCommand = IndexCommand(),
24
@Hidden
25
- snapshotCommand: SnapshotLsifCommand = SnapshotLsifCommand(),
+ snapshotCommand: SnapshotCommand = SnapshotCommand(),
26
dependency: String = "",
27
provided: List[String] = Nil,
28
snapshot: Boolean = false
0 commit comments