Skip to content

Commit f4f96b7

Browse files
fix: bump langjal dependency to 1.2.7 and update version to 1.3.1
1 parent bbc7209 commit f4f96b7

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
### [1.3.1] - 2026/5/12
44

5-
JAL Implementation: 1.2.6
5+
JAL Implementation: 1.2.7
66

7-
- **chore**: Bump JAL implementation to 1.2.6 for better stability and performance.
7+
- **chore**: Bump JAL implementation to 1.2.7 for better stability and performance.
88

99
### [1.3.0] - 2026/4/26
1010

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Javasm supercharges your JAL development inside IntelliJ IDEA:
173173

174174
<a href="https://plugins.jetbrains.com/plugin/27944-javasm/"><img src=".github/readme/marketplace.svg" alt="Javasm on JetBrains Marketplace" width="200"></a>
175175

176-
This plugin contains JAL implementation V1.2.6!
176+
This plugin contains JAL implementation V1.2.7!
177177

178178
No manual build needed — just plug and play.
179179

javasm-intellij-plugin/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
group = "tokyo.peya.plugin"
13-
version = "1.3.0"
13+
version = "1.3.1"
1414

1515
repositories {
1616
mavenCentral()
@@ -39,7 +39,7 @@ dependencies {
3939
implementation("org.ow2.asm:asm-util:9.9.1")
4040

4141
implementation(project(":javasm-jps-plugin"))
42-
implementation("tokyo.peya:langjal:1.2.6")
42+
implementation("tokyo.peya:langjal:1.2.7")
4343
implementation("org.antlr:antlr4-intellij-adaptor:0.1")
4444
}
4545

javasm-intellij-plugin/src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<compiler.buildTargetScopeProvider
3232
implementation="tokyo.peya.javasm.intellij.execution.JALBuildTargetScopeProvider"/>
3333
<compileServer.plugin
34-
classpath="javasm-jps-plugin-1.3.0.jar;langjal-1.2.6.jar;antlr4-runtime-4.13.2.jar;icu4j-72.1.jar;org.abego.treelayout.core-1.0.3.jar;ST4-4.3.4.jar;asm-9.9.1.jar;asm-commons-9.9.1.jar;asm-util-9.9.1.jar;asm-tree-9.9.1.jar;asm-analysis-9.9.1.jar;guava-33.4.8-jre.jar"/>
34+
classpath="javasm-jps-plugin-1.3.1.jar;langjal-1.2.7.jar;antlr4-runtime-4.13.2.jar;icu4j-72.1.jar;org.abego.treelayout.core-1.0.3.jar;ST4-4.3.4.jar;asm-9.9.1.jar;asm-commons-9.9.1.jar;asm-util-9.9.1.jar;asm-tree-9.9.1.jar;asm-analysis-9.9.1.jar;guava-33.4.8-jre.jar"/>
3535
<lang.ast.factory language="JAL" implementationClass="tokyo.peya.javasm.intellij.langjal.parser.JALASTFactory"/>
3636
<lang.psiStructureViewFactory language="JAL"
3737
implementationClass="tokyo.peya.javasm.intellij.editor.structureview.JALStructureViewFactory"/>

javasm-jps-plugin/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group = "tokyo.peya.plugin"
6-
version = "1.3.0"
6+
version = "1.3.1"
77

88
repositories {
99
mavenCentral()
@@ -30,7 +30,7 @@ dependencies {
3030
implementation("org.ow2.asm:asm-util:9.9.1")
3131

3232
implementation("com.google.guava:guava:33.4.8-jre")
33-
implementation("tokyo.peya:langjal:1.2.6")
33+
implementation("tokyo.peya:langjal:1.2.7")
3434
}
3535

3636
tasks {

0 commit comments

Comments
 (0)