Skip to content

Commit b730e10

Browse files
committed
update version
1 parent 2382362 commit b730e10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

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

1313
// 版本配置
1414
object Versions {
15-
const val emmyluaAnalyzer = "0.14.0"
15+
const val emmyluaAnalyzer = "0.16.0"
1616
const val emmyDebugger = "1.8.7"
1717
const val jvm = "17"
1818
const val ideaSDK = "2025.2"
@@ -32,7 +32,7 @@ private val buildDataList = listOf(
3232
ideaSDKShortVersion = "252",
3333
ideaSDKVersion = "2025.2",
3434
sinceBuild = "252",
35-
untilBuild = "252.*"
35+
untilBuild = "253.*"
3636
)
3737
)
3838

0 commit comments

Comments
 (0)