diff --git a/pluginXml/resources/META-INF/plugin.xml b/pluginXml/resources/META-INF/plugin.xml index b7e3c21ac07..1d07af853d8 100644 --- a/pluginXml/resources/META-INF/plugin.xml +++ b/pluginXml/resources/META-INF/plugin.xml @@ -36,7 +36,7 @@ VERSION JetBrains - + com.intellij.modules.java org.jetbrains.idea.maven diff --git a/project/dependencies.scala b/project/dependencies.scala index 512166237f6..bb223fec101 100644 --- a/project/dependencies.scala +++ b/project/dependencies.scala @@ -15,7 +15,7 @@ object Versions { val zincVersion = "1.10.3" // ATTENTION: check the comment in `Common.newProjectWithKotlin` when updating this version - val intellijVersion = "243.21565.193" + val intellijVersion = "243.22562.13" def isNightlyIntellijVersion: Boolean = intellijVersion.count(_ == '.') == 1