Skip to content

Commit d832e7b

Browse files
committed
IJMP-1844 Zowe Explorer version update
Signed-off-by: Uladzislau <leksilonchikk@gmail.com>
1 parent b8906f4 commit d832e7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ intellij {
4949
version.set("2023.1")
5050

5151
// To have a dependency on zowe explorer from the marketplace
52-
plugins.set(listOf("org.zowe.explorer:1.2.1-231"))
52+
plugins.set(listOf("org.zowe.explorer:1.2.2-231"))
5353

5454
// To have a dependency on built-in plugin from \Project_dir\libs\for-mainframe
5555
// plugins.set(listOf("${projectDir}\\libs\\for-mainframe"))
@@ -170,4 +170,4 @@ grammarKit {
170170
jflexRelease.set(jflexVersion)
171171
// release version of Grammar-Kit - https://github.com/JetBrains/Grammar-Kit
172172
grammarKitRelease.set("2021.1.2")
173-
}
173+
}

0 commit comments

Comments
 (0)