Skip to content

Commit b247a89

Browse files
authored
Merge pull request #2721 from digma-ai/update-build-profiles
update build profiles
2 parents ab6413d + bd6f8aa commit b247a89

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ object BuildProfiles {
187187

188188
Profile.p251 to BuildProfile(
189189
profile = Profile.p251,
190-
platformVersion = "2025.1",
191-
riderVersion = "2025.1.1",
190+
platformVersion = "2025.1.1.1",
191+
riderVersion = "2025.1.2",
192192
pycharmVersion = "2025.1",
193193
riderTargetFramework = "net8.0",
194194
riderResharperVersionConstant = "PROFILE_2024_3",
@@ -204,9 +204,9 @@ object BuildProfiles {
204204
Profile.p252 to BuildProfile(
205205
isEAP = true,
206206
profile = Profile.p252,
207-
platformVersion = "251.23774.318-EAP-SNAPSHOT",
208-
riderVersion = "2025.1-RC1-SNAPSHOT",
209-
pycharmVersion = "251-EAP-SNAPSHOT",
207+
platformVersion = "2025.1.1.1",
208+
riderVersion = "2025.1.2",
209+
pycharmVersion = "2025.1",
210210
riderTargetFramework = "net8.0",
211211
riderResharperVersionConstant = "PROFILE_2024_3",
212212
platformVersionCode = "252",

0 commit comments

Comments
 (0)