File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
buildSrc/src/main/kotlin/software/aws/toolkits/gradle/intellij Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ object IdeVersions {
101
101
Profile (
102
102
name = " 2024.2" ,
103
103
gateway = ProductProfile (
104
- sdkVersion = " 242.20224 -EAP-CANDIDATE-SNAPSHOT" ,
104
+ sdkVersion = " 242.23726 -EAP-CANDIDATE-SNAPSHOT" ,
105
105
bundledPlugins = listOf (" org.jetbrains.plugins.terminal" )
106
106
),
107
107
community = ProductProfile (
@@ -132,11 +132,11 @@ object IdeVersions {
132
132
)
133
133
),
134
134
rider = RiderProfile (
135
- sdkVersion = " 2024.2-EAP7-SNAPSHOT " ,
135
+ sdkVersion = " 2024.2" ,
136
136
bundledPlugins = commonPlugins,
137
137
netFrameworkTarget = " net472" ,
138
138
rdGenVersion = " 2024.1.1" ,
139
- nugetVersion = " 2024.2.0-eap07 "
139
+ nugetVersion = " 2024.2.0"
140
140
)
141
141
),
142
142
Profile (
You can’t perform that action at this time.
0 commit comments