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