Skip to content

Commit 5bbe127

Browse files
committed
upgradle
1 parent 2ce9c93 commit 5bbe127

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ dependencies{
1111
compileOnly("org.jetbrains:annotations:20.1.0")
1212
}
1313

14-
val intellijVersion = System.getenv().getOrDefault("IDEA_VERSION", "PC-2021.1")
14+
val intellijVersion = System.getenv().getOrDefault("IDEA_VERSION", "PC-2021.2")
1515

1616
val pythonPluginForVersion = mapOf(
17-
"PC-2021.1" to "python-ce",
18-
"IC-2021.1" to "PythonCore:211.6693.115",
17+
"PC-2021.2" to "python-ce",
18+
"IC-2021.2" to "PythonCore:212.5080.64",
1919
)
2020

2121
intellij {

0 commit comments

Comments
 (0)