Skip to content

Commit 87d9edf

Browse files
authored
Development (#151)
* README: JDK 21 https://plugins.jetbrains.com/docs/intellij/setting-up-theme-environment.html#add-jdk-and-intellij-platform-plugin-sdk * sbt 1.10.7, fix runIDE + get rid of experimental api * Update README * [#149] Fix plugin since/until build and version
1 parent 801b68f commit 87d9edf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ lazy val `cucumber-scala` = project
6767
packageMethod := PackagingMethod.Standalone(),
6868
patchPluginXml := pluginXmlOptions { xml =>
6969
xml.version = version.value
70-
xml.sinceBuild = "243.22562"
71-
xml.untilBuild = "243.*"
70+
xml.sinceBuild = "251.23774"
71+
xml.untilBuild = "251.*"
7272
},
7373
signPluginOptions := signPluginOptions.value.copy(enabled = true)
7474
)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<id>com.github.danielwegener.cucumber-scala</id>
66
<name>Cucumber for Scala</name>
77
<category>Test Tools</category>
8-
<version>2024.3.1.1</version>
9-
<idea-version since-build="243.22562" until-build="243.*"/>
8+
<version>2025.1</version>
9+
<idea-version since-build="251.23774" until-build="251.*"/>
1010
<vendor email="[email protected]" url="https://github.com/vbmacher">Peter Jakubčo</vendor>
1111

1212
<description><![CDATA[

0 commit comments

Comments
 (0)