Skip to content

Commit 10f90ca

Browse files
authored
Upgrading IntelliJ from 2024.3.1 to 2024.3.1.1 (#453)
1 parent 5518584 commit 10f90ca

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
### Added
88

99
### Changed
10+
- Upgrading IntelliJ from 2024.3.1 to 2024.3.1.1
1011

1112
### Deprecated
1213

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pluginRepositoryUrl = https://github.com/ChrisCarini/iris-jetbrains-plugin
88
# - https://plugins.jetbrains.com/plugins/eap/list
99
# Note: You will need to configure the above URL as a custom plugin repository;
1010
# see directions: https://www.jetbrains.com/help/idea/managing-plugins.html#repos
11-
pluginVersion = 2.2.1
11+
pluginVersion = 2.2.2
1212

1313
## See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1414
## for insight into build numbers and IntelliJ Platform versions.
@@ -17,7 +17,7 @@ pluginUntilBuild = 243.*
1717

1818
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
1919
# See https://jb.gg/intellij-platform-builds-list for available build versions
20-
pluginVerifierIdeVersions = 2024.3.1,LATEST-EAP-SNAPSHOT
20+
pluginVerifierIdeVersions = 2024.3.1.1,LATEST-EAP-SNAPSHOT
2121
# Failure Levels: https://github.com/JetBrains/gradle-intellij-plugin/blob/master/src/main/kotlin/org/jetbrains/intellij/tasks/RunPluginVerifierTask.kt
2222
pluginVerifierExcludeFailureLevels =
2323
# Mute Plugin Problems -> https://github.com/JetBrains/intellij-plugin-verifier?tab=readme-ov-file#check-plugin
@@ -33,7 +33,7 @@ platformType = IC
3333
#platformVersion = 2024.1.4 ## 2024.1.4
3434
#platformVersion = 242.20224.91-EAP-SNAPSHOT ## 2024.2 Beta
3535
#platformVersion = 242.20224.159-EAP-SNAPSHOT ## 2024.2 RC1
36-
platformVersion = 2024.3.1
36+
platformVersion = 2024.3.1.1
3737

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

0 commit comments

Comments
 (0)