Skip to content

Commit eb2eaad

Browse files
authored
Update IdeVersions.kt
1 parent a0f4f8b commit eb2eaad

File tree

1 file changed

+2
-2
lines changed
  • buildSrc/src/main/kotlin/software/aws/toolkits/gradle/intellij

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/software/aws/toolkits/gradle/intellij/IdeVersions.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,11 +212,11 @@ object IdeVersions {
212212
)
213213
),
214214
rider = RiderProfile(
215-
sdkVersion = "2025.1-EAP5-SNAPSHOT",
215+
sdkVersion = "2025.1-EAP7-SNAPSHOT",
216216
bundledPlugins = commonPlugins,
217217
netFrameworkTarget = "net472",
218218
rdGenVersion = "2025.1.1",
219-
nugetVersion = " 2025.1.0-eap05"
219+
nugetVersion = " 2025.1.0-eap07"
220220
)
221221
),
222222
).associateBy { it.name }

0 commit comments

Comments
 (0)