To use Cucumber Scala in your project, add the following line to your build.sbt
:
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "8.25.1" % Test
To use Cucumber Scala in your project, add the following dependency to your pom.xml
:
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-scala_2.13</artifactId>
<version>8.25.1</version>
<scope>test</scope>
</dependency>