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 {
101101 Profile (
102102 name = " 2024.2" ,
103103 gateway = ProductProfile (
104- sdkVersion = " 242.20224 -EAP-CANDIDATE-SNAPSHOT" ,
104+ sdkVersion = " 242.23726 -EAP-CANDIDATE-SNAPSHOT" ,
105105 bundledPlugins = listOf (" org.jetbrains.plugins.terminal" )
106106 ),
107107 community = ProductProfile (
@@ -132,11 +132,11 @@ object IdeVersions {
132132 )
133133 ),
134134 rider = RiderProfile (
135- sdkVersion = " 2024.2-EAP7-SNAPSHOT " ,
135+ sdkVersion = " 2024.2" ,
136136 bundledPlugins = commonPlugins,
137137 netFrameworkTarget = " net472" ,
138138 rdGenVersion = " 2024.1.1" ,
139- nugetVersion = " 2024.2.0-eap07 "
139+ nugetVersion = " 2024.2.0"
140140 )
141141 ),
142142 Profile (
You can’t perform that action at this time.
0 commit comments