Skip to content

Commit a920389

Browse files
committed
feat: add compatibility to 252 IDEs
1 parent 75043fd commit a920389

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,12 @@ intellijPlatform {
3333
version = project.version
3434
ideaVersion {
3535
sinceBuild = '242'
36-
untilBuild = '251.*'
36+
untilBuild = '252.*'
3737
}
3838

3939
changeNotes = """
4040
<ul>
41+
<li>3.4.0 Add support to 2025.2</li>
4142
<li>3.3.0 Add JetBrains AI compatibility to themes</li>
4243
<li>3.2.0 Improve caret colors and blue theme</li>
4344
<li>3.1.0 Add support to 2025.1 IDEs</li>

0 commit comments

Comments
 (0)