Skip to content

Commit

Permalink
3.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
CppCXY committed Feb 23, 2024
1 parent f13758c commit c12803a
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 21 deletions.
1 change: 0 additions & 1 deletion .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 28 additions & 19 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ data class BuildData(
)

val buildDataList = listOf(
BuildData(
ideaSDKShortVersion = "241",
ideaSDKVersion = "LATEST-EAP-SNAPSHOT",
sinceBuild = "241",
untilBuild = "241.*",
),
BuildData(
ideaSDKShortVersion = "233",
ideaSDKVersion = "LATEST-EAP-SNAPSHOT",
Expand All @@ -38,7 +44,7 @@ val buildDataList = listOf(
)

group = "com.cppcxy"
val sumnekoVersion = "3.7.3"
val sumnekoVersion = "3.7.4"

val sumnekoProjectUrl = "https://github.com/LuaLS/lua-language-server"

Expand Down

0 comments on commit c12803a

Please sign in to comment.