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 1b75c22 commit c0faa19Copy full SHA for c0faa19
build.gradle.kts
@@ -42,12 +42,12 @@ val buildDataList = listOf(
42
ideaSDKShortVersion = "242",
43
ideaSDKVersion = "2024.2",
44
sinceBuild = "233",
45
- untilBuild = "251.*",
+ untilBuild = "252.*",
46
)
47
48
49
group = "com.cppcxy"
50
-val emmyluaDebuggerVersion = "1.8.2"
+val emmyluaDebuggerVersion = "1.8.6"
51
val emmyluaDebuggerProjectUrl = "https://github.com/EmmyLua/EmmyLuaDebugger"
52
53
val buildVersion = System.getProperty("IDEA_VER") ?: buildDataList.first().ideaSDKShortVersion
0 commit comments