Skip to content

Commit

Permalink
Update ideaSDKVersion to LATEST-EAP-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
CppCXY committed Nov 21, 2023
1 parent 3d87cbf commit f13758c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ data class BuildData(
val buildDataList = listOf(
BuildData(
ideaSDKShortVersion = "233",
ideaSDKVersion = "233.11799.30",
ideaSDKVersion = "LATEST-EAP-SNAPSHOT",
sinceBuild = "233",
untilBuild = "233.*",
),
Expand Down

0 comments on commit f13758c

Please sign in to comment.