You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/resources/patch/description.html
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,11 @@ <h1>Sbt Dependency Analyzer for IntelliJ IDEA</h1>
12
12
<li><strong>Inter-Module Dependency Analysis</strong>: Visualize how different modules in your project depend on each other.</li>
13
13
<li><strong>JAR Size Indicators</strong>: See the size of dependency JARs to better manage your project's footprint.</li>
14
14
<li><strong>Navigate to Declaration</strong>: Click on a <em>user-defined</em> dependency to jump directly to its declaration in <code>build.sbt</code>.</li>
15
-
<li><strong>Dependency Exclusion (Experimental)</strong>: Select a <em>transitive</em> dependency to suggest excluding it from a user-defined dependency. Select a <em>user-defined</em> dependency to suggest removing it entirely.</li>
0 commit comments