Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ lazy val ktVersion = "1.9.10"
// https://youtrack.jetbrains.com/articles/IDEA-A-2100661679/IntelliJ-IDEA-2023.3-Latest-Builds
// NOTE: Latest-Builds 233
lazy val intellijVersion = "242.21829.142"
lazy val pluginVersion = s"0.4.1-$intellijVersion"
lazy val pluginVersion = s"0.5.0-$intellijVersion"

ThisBuild / version := pluginVersion

Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<idea-plugin>
<id>org.bitlap.sbtDependencyAnalyzer</id>
<name>Sbt Dependency Analyzer</name>
<version>0.4.1-242.21829.142</version>
<version>0.5.0-242.21829.142</version>
<vendor url="https://github.com/bitlap/intellij-sbt-dependency-analyzer" email="[email protected]">Bitlap
</vendor>
<!-- please see https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html for description -->
Expand Down Expand Up @@ -126,7 +126,7 @@
<li>Goto Dependency (Jump to the location defined by the dependency)</li>
<li>Show Dependencies Between Modules</li>
<li>Show JAR Size</li>
<li>Exclude specified dependencies or delete user-defined dependencies</li>
<li>Dependency Exclusion (Experimental)</li>
</ul>
<br/>
Visit GitHub for instructions on how to properly use this plugin!</br>
Expand Down