Skip to content

Commit

Permalink
Prepare 0.1.3-231.9392.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnu-liguobin committed Aug 31, 2023
1 parent 9d4d27a commit 56d1cd7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ lazy val scala3Version = "3.3.0"

lazy val intellijVersion =
"231.9392.1" // https://youtrack.jetbrains.com/articles/IDEA-A-2100661425/IntelliJ-IDEA-2023.1-Latest-Builds
lazy val pluginVersion = s"0.1.2-$intellijVersion"
lazy val pluginVersion = s"0.1.3-$intellijVersion"

ThisBuild / version := pluginVersion

Expand Down
8 changes: 7 additions & 1 deletion 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.1.2-231.9392.1</version>
<version>0.1.3-231.9392.1</version>
<vendor url="https://github.com/bitlap/intellij-sbt-dependency-analyzer" email="[email protected]">Bitlap
</vendor>
<idea-version since-build="231.0"/>
Expand Down Expand Up @@ -93,6 +93,12 @@
</description>
<change-notes>
<![CDATA[
<h1>0.1.3-231.9392.1</h1>
<ul>
<li>Fix module recognition failure when analyzing cross-build projects for Scala2 and Scala3.</li>
<li>Improve notification,stop immediately when an exception occurs during the first task execution.</li>
</ul>
<h1>0.1.2-231.9392.1</h1>
<ul>
<li>Improving Error Notification.</li>
Expand Down

0 comments on commit 56d1cd7

Please sign in to comment.