File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
cucumber-scala/src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ lazy val `cucumber-scala` = project
67
67
packageMethod := PackagingMethod .Standalone (),
68
68
patchPluginXml := pluginXmlOptions { xml =>
69
69
xml.version = version.value
70
- xml.sinceBuild = " 243.22562 "
71
- xml.untilBuild = " 243 .*"
70
+ xml.sinceBuild = " 251.23774 "
71
+ xml.untilBuild = " 251 .*"
72
72
},
73
73
signPluginOptions := signPluginOptions.value.copy(enabled = true )
74
74
)
Original file line number Diff line number Diff line change 5
5
<id >com.github.danielwegener.cucumber-scala</id >
6
6
<name >Cucumber for Scala</name >
7
7
<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 .*" />
10
10
<
vendor email =
" [email protected] " url =
" https://github.com/vbmacher" >Peter Jakubčo</
vendor >
11
11
12
12
<description ><![CDATA[
You can’t perform that action at this time.
0 commit comments