Skip to content
New issue

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

Q: Use with SBT version 1.3.13 #26

Open
rubienr opened this issue Jan 3, 2023 · 0 comments
Open

Q: Use with SBT version 1.3.13 #26

rubienr opened this issue Jan 3, 2023 · 0 comments

Comments

@rubienr
Copy link

rubienr commented Jan 3, 2023

Are there any objections to use the cucumber-plugin 0.3.1 with SBT 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:

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant