File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/kotlin/com/cycode/plugin Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ pluginVersion = 1.4.0
88
99# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010pluginSinceBuild = 211.1
11- pluginUntilBuild = 233 .*
11+ pluginUntilBuild = 241 .*
1212
1313# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
1414platformType = IC
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ class Consts {
2121 companion object {
2222 val PLUGIN_PATH = PathManager .getPluginsPath() + " /cycode-intellij-platform-plugin"
2323 val DEFAULT_CLI_PATH = getDefaultCliPath()
24- const val REQUIRED_CLI_VERSION = " 1.9.0 "
24+ const val REQUIRED_CLI_VERSION = " 1.9.1 "
2525
2626 const val CLI_GITHUB_ORG = " cycodehq"
2727 const val CLI_GITHUB_REPO = " cycode-cli"
You can’t perform that action at this time.
0 commit comments