Skip to content

Commit 4d0c8f0

Browse files
committed
idea 17
1 parent b8eba33 commit 4d0c8f0

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ kotlin.code.style=official
33
# IU, IC, PC, PY, WS...
44
ideType=IC
55

6-
pythonCommunityPluginVersion=212.5457.59
6+
pythonCommunityPluginVersion=222.4167.37
77
#Version numbers: https://plugins.jetbrains.com/plugin/631-python/versions
8-
pythonUltimatePluginVersion=212.5457.59
8+
pythonUltimatePluginVersion=222.4167.37
99

1010
junit5Version=5.8.0-RC1
1111
junit4Version=4.13.2
@@ -14,7 +14,7 @@ mockitoVersion=3.5.13
1414
z3Version=4.8.9.1
1515
z3JavaApiVersion=4.8.9
1616
sootCommitHash=1f34746
17-
kotlinVersion=1.7.10
17+
kotlinVersion=1.7.20
1818
log4j2Version=2.13.3
1919
coroutinesVersion=1.6.3
2020
collectionsVersion=0.3.4

utbot-intellij/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ intellij {
1818

1919
val jvmPlugins = listOf(
2020
"java",
21-
"org.jetbrains.kotlin:212-1.7.10-release-333-IJ5457.46"
21+
"org.jetbrains.kotlin:222-1.7.20-release-201-IJ4167.29"
2222
)
2323

2424
val pythonCommunityPlugins = listOf(
@@ -43,7 +43,7 @@ intellij {
4343
}
4444
)
4545

46-
version.set("212.5712.43")
46+
version.set("222.4167.29")
4747
type.set(ideType)
4848
}
4949

@@ -67,7 +67,7 @@ tasks {
6767

6868
patchPluginXml {
6969
sinceBuild.set("212")
70-
untilBuild.set("221.*")
70+
untilBuild.set("222.*")
7171
}
7272
}
7373

utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/util/RunConfigurationHelper.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ import com.intellij.psi.PsiDocumentManager
2222
import com.intellij.psi.PsiElement
2323
import com.intellij.psi.PsiFile
2424
import com.intellij.psi.SmartPsiElementPointer
25+
import com.intellij.psi.util.childrenOfType
2526
import mu.KotlinLogging
26-
import org.jetbrains.plugins.groovy.lang.psi.util.childrenOfType
2727
import org.utbot.intellij.plugin.models.GenerateTestsModel
2828
import org.utbot.intellij.plugin.util.IntelliJApiHelper.run
2929

0 commit comments

Comments
 (0)