Skip to content

Commit 37a9dac

Browse files
committed
Fix "since-build" and "until-build"
1 parent aa3717b commit 37a9dac

File tree

1 file changed

+1
-1
lines changed
  • cucumber-scala/src/main/resources/META-INF

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
]]>
3636
</change-notes>
3737

38-
<idea-version since-build="193.0" until-build="194.0" />
38+
<idea-version since-build="193" until-build="193.*" />
3939

4040
<depends>com.intellij.modules.java</depends>
4141
<depends>gherkin</depends>

0 commit comments

Comments
 (0)