Skip to content

Commit

Permalink
Merge pull request #128 from vbmacher/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
vbmacher authored Nov 14, 2023
2 parents f92b15d + fe092e4 commit 96f52f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ lazy val `cucumber-scala` = project
),
packageMethod := PackagingMethod.Standalone(),
patchPluginXml := pluginXmlOptions { xml =>
xml.version = version.value
xml.sinceBuild = "232.8660"
xml.untilBuild = "232.*"
},
Expand Down
2 changes: 2 additions & 0 deletions cucumber-scala/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<id>com.github.danielwegener.cucumber-scala</id>
<name>Cucumber for Scala</name>
<category>Test Tools</category>
<version>2023.2.5</version>
<idea-version since-build="232.8660" until-build="232.*"/>
<vendor email="[email protected]" url="https://github.com/vbmacher">Peter Jakubčo</vendor>

<description><![CDATA[
Expand Down

0 comments on commit 96f52f7

Please sign in to comment.