We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce9c93 commit 5bbe127Copy full SHA for 5bbe127
build.gradle.kts
@@ -11,11 +11,11 @@ dependencies{
11
compileOnly("org.jetbrains:annotations:20.1.0")
12
}
13
14
-val intellijVersion = System.getenv().getOrDefault("IDEA_VERSION", "PC-2021.1")
+val intellijVersion = System.getenv().getOrDefault("IDEA_VERSION", "PC-2021.2")
15
16
val pythonPluginForVersion = mapOf(
17
- "PC-2021.1" to "python-ce",
18
- "IC-2021.1" to "PythonCore:211.6693.115",
+ "PC-2021.2" to "python-ce",
+ "IC-2021.2" to "PythonCore:212.5080.64",
19
)
20
21
intellij {
0 commit comments