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 bd308d0 commit 6515682Copy full SHA for 6515682
build.sbt
@@ -13,7 +13,7 @@ lazy val jbAnnotVersion = "26.0.2"
13
// https://youtrack.jetbrains.com/articles/IDEA-A-2100661679/IntelliJ-IDEA-2023.3-Latest-Builds
14
// NOTE: Latest-Builds 233
15
lazy val intellijVersion = "252.25557.131"
16
-lazy val pluginVersion = s"0.8.4-$intellijVersion"
+lazy val pluginVersion = s"0.8.4"
17
18
ThisBuild / version := pluginVersion
19
src/main/resources/META-INF/plugin.xml
@@ -138,7 +138,7 @@
138
139
<change-notes>
140
<![CDATA[
141
- <h1>0.8.4-252.25557.131</h1>
+ <h1>0.8.4</h1>
142
<ul>
143
<li>Fix Scala Native/Js Go to dependency .</li>
144
</ul>
0 commit comments