Skip to content

Commit 170f573

Browse files
authored
Merge pull request #27 from domaframework/dependencies/delete-until-build
Fix: IntelliJ Platform version upgrades
2 parents 361b92c + 1a078cf commit 170f573

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)