Skip to content

Commit 7db87f1

Browse files
authored
Merge pull request #2770 from digma-ai/update-build-profiles
update-build-profiles
2 parents 665df4d + ebda8f6 commit 7db87f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

common-build-logic/src/main/kotlin/common/BuildProfile.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,9 @@ object BuildProfiles {
203203
Profile.p252 to BuildProfile(
204204
isEAP = true,
205205
profile = Profile.p252,
206-
platformVersion = "252.19874-EAP-CANDIDATE-SNAPSHOT",
207-
riderVersion = "2025.2-EAP4-SNAPSHOT",
208-
pycharmVersion = "252.19874-EAP-CANDIDATE-SNAPSHOT",
206+
platformVersion = "252.21735-EAP-CANDIDATE-SNAPSHOT",
207+
riderVersion = "2025.2-EAP5-SNAPSHOT",
208+
pycharmVersion = "252.21735-EAP-CANDIDATE-SNAPSHOT",
209209
riderTargetFramework = "net8.0",
210210
riderResharperVersionConstant = "PROFILE_2024_3,PROFILE_2025_2",
211211
platformVersionCode = "252",

0 commit comments

Comments
 (0)