We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Are there any objections to use the cucumber-plugin 0.3.1 with SBT 1.3.13?
0.3.1
1.3.13
The note in RADME.md says
Note The latest version of the plugin is built using SBT 1.2.8.
but it seems to work with SBT 1.3.13 (Scala 2.13.5) as follows:
2.13.5
plugins.sbt
addSbtPlugin("com.waioeka.sbt" % "cucumber-plugin" % "0.3.1")
build.sbt
libraryDependencies ++= Seq ( "io.cucumber" %% "cucumber-scala" % "8.13.1" % Test ) enablePlugins(CucumberPlugin)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Are there any objections to use the cucumber-plugin
0.3.1
with SBT1.3.13
?The note in RADME.md says
but it seems to work with SBT
1.3.13
(Scala2.13.5
) as follows:plugins.sbt
build.sbt
The text was updated successfully, but these errors were encountered: