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 7fdf1f8 commit ba498bbCopy full SHA for ba498bb
src/main/scala/bitlap/sbt/analyzer/util/packagesearch/SbtDependencyModifier.scala
@@ -141,6 +141,19 @@ object SbtDependencyModifier extends ExternalDependencyModificator {
141
}
142
143
144
+ /** * Support syntaxes: e.g.
145
+ *
146
+ * [["x" % "y" % Versions.z withSources ()]]
147
148
+ * [["x" %% "y" % Versions.z % Test]]
149
150
+ * [["x" % "y" % z]]
151
152
+ * [[libraryDependencies ++= Seq("x" % "y" % z)]]
153
154
+ * @param module
155
+ * @param toRemoveDependency
156
+ */
157
override def removeDependency(module: OpenapiModule.Module, toRemoveDependency: UnifiedDependency): Unit = {
158
implicit val project: Project = module.getProject
159
val targetedLibDepTuple =
0 commit comments