Skip to content

Commit

Permalink
fix: adjust platformVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
cvette committed Apr 7, 2024
1 parent 7fbfd91 commit aa3f33c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ pluginSinceBuild = 231.1
pluginUntilBuild = 241.*

platformType = IU
platformVersion = 2023.1.1
platformVersion = 2023.1.6
platformDownloadSources = true

# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22IntelliLang
platformPlugins = org.intellij.intelliLang,com.intellij.css,com.jetbrains.hackathon.indices.viewer:1.23,PsiViewer:231-SNAPSHOT,yaml,java,java-i18n,properties,com.jetbrains.php:231.8770.68
platformPlugins = org.intellij.intelliLang,com.intellij.css,com.jetbrains.hackathon.indices.viewer:1.23,PsiViewer:231-SNAPSHOT,yaml,java,java-i18n,properties,com.jetbrains.php:231.9414.10
grammarKitVersion = 2022.3.1
jFlexVersion = 1.9.0

Expand Down

0 comments on commit aa3f33c

Please sign in to comment.