We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34805cf commit 64183adCopy full SHA for 64183ad
src/main/kotlin/com/cycode/plugin/Consts.kt
@@ -27,7 +27,7 @@ class Consts {
27
companion object {
28
val PLUGIN_PATH = PathManager.getPluginsPath() + "/cycode-intellij-platform-plugin"
29
val DEFAULT_CLI_PATH = getDefaultCliPath()
30
- const val REQUIRED_CLI_VERSION = "2.2.0"
+ const val REQUIRED_CLI_VERSION = "3.6.0"
31
32
const val CYCODE_DOMAIN = "cycode.com"
33
0 commit comments