Skip to content

Commit a5ddd39

Browse files
authored
Add 213 deprecation message (#3328)
1 parent 36d60fb commit a5ddd39

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "deprecation",
3+
"description" : "An upcoming release will remove support for IDEs based on the 2021.3 platform"
4+
}

jetbrains-core/src/software/aws/toolkits/jetbrains/core/notification/MinimumVersionChange.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ class MinimumVersionChange @JvmOverloads constructor(isUnderTest: Boolean = fals
5555
}
5656

5757
companion object {
58-
const val MIN_VERSION = 213
59-
const val MIN_VERSION_HUMAN = "2021.3"
58+
const val MIN_VERSION = 221
59+
const val MIN_VERSION_HUMAN = "2022.1"
6060

6161
// Used by tests to make sure the prompt never shows up
6262
const val SKIP_PROMPT = "aws.suppress_deprecation_prompt"

0 commit comments

Comments
 (0)