We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76d4598 + b179a1f commit d99c181Copy full SHA for d99c181
CHANGELOG.md
@@ -4,12 +4,16 @@
4
5
### Added
6
7
+- Support for IDEA 2024.1
8
+
9
### Changed
10
11
### Deprecated
12
13
### Removed
14
15
+- Support for IDEA 2022.3
16
17
### Fixed
18
19
### Security
gradle.properties
@@ -4,11 +4,11 @@
pluginGroup = org.nixos.idea
pluginName = NixIDEA
pluginVersion = 0.4.0.12
-pluginSinceBuild = 223
-pluginUntilBuild = 233.*
+pluginSinceBuild = 231
+pluginUntilBuild = 241.*
platformType = IC
-platformVersion = 2022.3.3
+platformVersion = 2023.1.6
# Gradle Configuration
# -> https://docs.gradle.org/current/userguide/build_environment.html#sec:gradle_configuration_properties
0 commit comments