Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

### Added

- Support for IntelliJ platform version 2026.1. (#8773)

### Changed

- Improved color recognition in gutter previews by making it more specific to `Colors` and `CupertinoColors` classes. (#8824)
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
# found in the LICENSE file.
#

ideaVersion=2025.2.1.5
ideaVersion=2025.2.3.9
dartPluginVersion= 502.0.0
# Also update the versions for verify checks in tool/github.sh.
sinceBuild=251
untilBuild=253.*
untilBuild=261.*
javaVersion=21
kotlin.stdlib.default.dependency=false
org.gradle.parallel=true
Expand Down
Loading