File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
src/main/kotlin/org/utbot/intellij/plugin/util Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ kotlin.code.style=official
3
3
# IU, IC, PC, PY, WS...
4
4
ideType =IC
5
5
6
- pythonCommunityPluginVersion =212.5457.59
6
+ pythonCommunityPluginVersion =222.4167.37
7
7
# Version numbers: https://plugins.jetbrains.com/plugin/631-python/versions
8
- pythonUltimatePluginVersion =212.5457.59
8
+ pythonUltimatePluginVersion =222.4167.37
9
9
10
10
junit5Version =5.8.0-RC1
11
11
junit4Version =4.13.2
@@ -14,7 +14,7 @@ mockitoVersion=3.5.13
14
14
z3Version =4.8.9.1
15
15
z3JavaApiVersion =4.8.9
16
16
sootCommitHash =1f34746
17
- kotlinVersion =1.7.10
17
+ kotlinVersion =1.7.20
18
18
log4j2Version =2.13.3
19
19
coroutinesVersion =1.6.3
20
20
collectionsVersion =0.3.4
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ intellij {
18
18
19
19
val jvmPlugins = listOf (
20
20
" 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 "
22
22
)
23
23
24
24
val pythonCommunityPlugins = listOf (
@@ -43,7 +43,7 @@ intellij {
43
43
}
44
44
)
45
45
46
- version.set(" 212.5712.43 " )
46
+ version.set(" 222.4167.29 " )
47
47
type.set(ideType)
48
48
}
49
49
@@ -67,7 +67,7 @@ tasks {
67
67
68
68
patchPluginXml {
69
69
sinceBuild.set(" 212" )
70
- untilBuild.set(" 221 .*" )
70
+ untilBuild.set(" 222 .*" )
71
71
}
72
72
}
73
73
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ import com.intellij.psi.PsiDocumentManager
22
22
import com.intellij.psi.PsiElement
23
23
import com.intellij.psi.PsiFile
24
24
import com.intellij.psi.SmartPsiElementPointer
25
+ import com.intellij.psi.util.childrenOfType
25
26
import mu.KotlinLogging
26
- import org.jetbrains.plugins.groovy.lang.psi.util.childrenOfType
27
27
import org.utbot.intellij.plugin.models.GenerateTestsModel
28
28
import org.utbot.intellij.plugin.util.IntelliJApiHelper.run
29
29
You can’t perform that action at this time.
0 commit comments