Skip to content

Commit 839d9be

Browse files
authored
Mark JB 2020.3 as deprecated (#3023)
1 parent 5db1dc2 commit 839d9be

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