@@ -28,7 +28,7 @@ object Versions {
28
28
29
29
val core get() = project
30
30
val console get() = project
31
- val consoleIntellij get() = " 231 -$project -182-1" // idea-mirai-kotlin-patch
31
+ val consoleIntellij get() = " 232 -$project -182-1" // idea-mirai-kotlin-patch
32
32
val consoleTerminal get() = project
33
33
34
34
const val kotlinCompiler = " 1.8.10"
@@ -37,7 +37,7 @@ object Versions {
37
37
38
38
const val dokka = " 1.8.10"
39
39
40
- const val kotlinCompilerForIdeaPlugin = " 1.8.20-RC " // 231 bundles 1.8.20
40
+ const val kotlinCompilerForIdeaPlugin = " 1.8.20" // 232 bundles 1.8.20
41
41
42
42
const val coroutines = " 1.6.4"
43
43
const val atomicFU = " 0.20.0"
@@ -75,7 +75,7 @@ object Versions {
75
75
const val junit = " 5.7.2"
76
76
77
77
const val yamlkt = " 0.12.0"
78
- const val intellijGradlePlugin = " 1.13.2 "
78
+ const val intellijGradlePlugin = " 1.15.0 "
79
79
80
80
// https://github.com/google/jimfs
81
81
// Java In Memory File System
@@ -87,7 +87,7 @@ object Versions {
87
87
88
88
// don't update easily unless you want your disk space -= 1000 MB
89
89
// (700 MB for IDEA, 150 MB for sources, 150 MB for JBR)
90
- const val intellij = " 2023.1 "
90
+ const val intellij = " 2023.2 "
91
91
}
92
92
93
93
@Suppress(" unused" )
0 commit comments