Skip to content

Commit 3cecc96

Browse files
author
builduser
committed
Update intellijVersion to 252.25557.23
1 parent e2ce12e commit 3cecc96

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.idea/kotlinc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

project/Common.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ object Common {
210210
.settings(
211211
// NOTE: check community/.idea/libraries/kotlin_stdlib.xml in intellij monorepo when updating intellijVersion
212212
// NOTE: keep versions in sync with ultimate/.idea/kotlinc.xml and community/.idea/kotlinc.xml
213-
kotlinVersion := "2.2.0-RC2",
213+
kotlinVersion := "2.2.0",
214214
kotlincJvmTarget := "17",
215215
kotlinRuntimeProvided := true,
216216
resolvers += DependencyResolvers.IntelliJDependencies,

project/dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ object Versions {
2020
* ATTENTION: check the comment in [[Common.newProjectWithKotlin]] when updating this version.
2121
* update `since-build` in plugin.xml if there are binary incompatible changes after update
2222
*/
23-
val intellijVersion = "252.23892.510"
23+
val intellijVersion = "252.25557.23"
2424

2525
def isNightlyIntellijVersion: Boolean = intellijVersion.count(_ == '.') == 1
2626

0 commit comments

Comments
 (0)