Skip to content

Commit 1a078cf

Browse files
committed
Fix: IntelliJ Platform version upgrades
1 parent 361b92c commit 1a078cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<depends>org.intellij.intelliLang</depends>
1111
<depends>org.toml.lang</depends>
1212
<depends optional="true" config-file="kotlin.xml">org.jetbrains.kotlin</depends>
13-
<idea-version since-build="231" until-build="243.*"/>
13+
<idea-version since-build="231"/>
1414

1515
<resource-bundle>messages.DomaToolsBundle</resource-bundle>
1616
<resource-bundle>messages.LLMInstallerBundle</resource-bundle>

0 commit comments

Comments
 (0)