Skip to content

Commit 689cc49

Browse files
committed
feat: bump version once more
Seems that is the reason for class mismatches. I think it should be fine, given it's 5 versions below.
1 parent 4db1eed commit 689cc49

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- Code vision for config coverage and with a link to https://browsersl.ist
1010
-
1111
### Changed
12-
- The minimal supported version changed to 2024.1
12+
- The minimal supported version changed to 2024.2 where java 21 is supported
1313
- Parsing was reworked. Scope selections work more reasonable, section names can be any other identifier now. Almost all of the language keywords are considered soft and not reserved.
1414
- Improved error recovery and error messages
1515

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ pluginRepositoryUrl = https://github.com/AleksandrSl/intellij-browserslist
77
pluginVersion = 2.0.0
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
10-
pluginSinceBuild = 241
10+
pluginSinceBuild = 242
1111

1212
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
13-
platformVersion = 2024.1.1
13+
platformVersion = 2024.2.1
1414

1515
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
1616
# Example: platformPlugins = com.jetbrains.php:203.4449.22, org.intellij.scala:2023.3.27@EAP

0 commit comments

Comments
 (0)