Skip to content

Commit 138d262

Browse files
authored
Add deprecation notice for 211 (#3151)
1 parent 8443ad2 commit 138d262

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.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 = 211
59-
const val MIN_VERSION_HUMAN = "2021.1"
58+
const val MIN_VERSION = 212
59+
const val MIN_VERSION_HUMAN = "2021.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)