File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ lazy val ktVersion = "1.9.10"
1212// https://youtrack.jetbrains.com/articles/IDEA-A-2100661679/IntelliJ-IDEA-2023.3-Latest-Builds
1313// NOTE: Latest-Builds 233
1414lazy val intellijVersion = " 242.21829.142"
15- lazy val pluginVersion = s " 0.4.1 - $intellijVersion"
15+ lazy val pluginVersion = s " 0.5.0 - $intellijVersion"
1616
1717ThisBuild / version := pluginVersion
1818
Original file line number Diff line number Diff line change 22<idea-plugin >
33 <id >org.bitlap.sbtDependencyAnalyzer</id >
44 <name >Sbt Dependency Analyzer</name >
5- <version >0.4.1 -242.21829.142</version >
5+ <version >0.5.0 -242.21829.142</version >
66 <
vendor url =
" https://github.com/bitlap/intellij-sbt-dependency-analyzer" email =
" [email protected] " >Bitlap
77 </vendor >
88 <!-- please see https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html for description -->
126126 <li>Goto Dependency (Jump to the location defined by the dependency)</li>
127127 <li>Show Dependencies Between Modules</li>
128128 <li>Show JAR Size</li>
129- <li>Exclude specified dependencies or delete user-defined dependencies </li>
129+ <li>Dependency Exclusion (Experimental) </li>
130130 </ul>
131131 <br/>
132132 Visit GitHub for instructions on how to properly use this plugin!</br>
You can’t perform that action at this time.
0 commit comments