Skip to content

Commit 1481cde

Browse files
committed
update version
1 parent 1327ba5 commit 1481cde

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ end
8181

8282
| IDE Version | Plugin Version | Status |
8383
|-------------|----------------|--------|
84-
| 2024.3+ | 0.8.x | ✅ Actively Supported |
84+
| 2024.3+ | 0.8.x | ✅ Actively Supported |
85+
| 2025.2+ | 0.12.x | ✅ Actively Supported |
8586

8687
## 🤝 Contributing
8788

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ group = "com.cppcxy"
1212

1313
// 版本配置
1414
object Versions {
15-
const val emmyluaAnalyzer = "0.11.0"
16-
const val emmyDebugger = "1.8.6"
15+
const val emmyluaAnalyzer = "0.12.0"
16+
const val emmyDebugger = "1.8.7"
1717
const val jvm = "17"
1818
const val ideaSDK = "2025.2"
1919
}

0 commit comments

Comments
 (0)