Skip to content

Commit e937683

Browse files
authored
Add 221 deprecation message (#3562)
1 parent 94a7001 commit e937683

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 2022.1 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 = 221
59-
const val MIN_VERSION_HUMAN = "2022.1"
58+
const val MIN_VERSION = 222
59+
const val MIN_VERSION_HUMAN = "2022.2"
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)