Skip to content

Commit c0faa19

Browse files
committed
update
1 parent 1b75c22 commit c0faa19

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
@@ -42,12 +42,12 @@ val buildDataList = listOf(
4242
ideaSDKShortVersion = "242",
4343
ideaSDKVersion = "2024.2",
4444
sinceBuild = "233",
45-
untilBuild = "251.*",
45+
untilBuild = "252.*",
4646
)
4747
)
4848

4949
group = "com.cppcxy"
50-
val emmyluaDebuggerVersion = "1.8.2"
50+
val emmyluaDebuggerVersion = "1.8.6"
5151
val emmyluaDebuggerProjectUrl = "https://github.com/EmmyLua/EmmyLuaDebugger"
5252

5353
val buildVersion = System.getProperty("IDEA_VER") ?: buildDataList.first().ideaSDKShortVersion

0 commit comments

Comments
 (0)