File tree Expand file tree Collapse file tree 4 files changed +20
-22
lines changed Expand file tree Collapse file tree 4 files changed +20
-22
lines changed Original file line number Diff line number Diff line change 1919 <project .Automatic-Module-Name>io.cucumber.scala</project .Automatic-Module-Name>
2020 <minimum .maven.version>3.3</minimum .maven.version>
2121 <outputDirectory >${project.build.directory}</outputDirectory >
22- <scala-maven-plugin .version>3 .4.6 </scala-maven-plugin .version>
22+ <scala-maven-plugin .version>4 .4.0 </scala-maven-plugin .version>
2323 <build-helper-maven-plugin .version>3.1.0</build-helper-maven-plugin .version>
2424 <cucumber .version>6.1.1</cucumber .version>
2525 <gherkin .version>13.0.0</gherkin .version>
Original file line number Diff line number Diff line change 1818 <version >${scala.2.11.version} </version >
1919 <scope >provided</scope >
2020 </dependency >
21+ <dependency >
22+ <groupId >org.scala-lang</groupId >
23+ <artifactId >scala-library</artifactId >
24+ <version >${scala.2.11.version} </version >
25+ <scope >provided</scope >
26+ </dependency >
2127 <dependency >
2228 <groupId >org.scala-lang.modules</groupId >
2329 <artifactId >scala-collection-compat_2.11</artifactId >
3137 <scope >provided</scope >
3238 </dependency >
3339
34- <dependency >
35- <groupId >org.scala-lang</groupId >
36- <artifactId >scala-library</artifactId >
37- <version >${scala.2.11.version} </version >
38- <scope >test</scope >
39- </dependency >
40-
4140 <dependency >
4241 <groupId >org.mockito</groupId >
4342 <artifactId >mockito-scala_2.11</artifactId >
Original file line number Diff line number Diff line change 1818 <version >${scala.2.12.version} </version >
1919 <scope >provided</scope >
2020 </dependency >
21+ <dependency >
22+ <groupId >org.scala-lang</groupId >
23+ <artifactId >scala-library</artifactId >
24+ <version >${scala.2.12.version} </version >
25+ <scope >provided</scope >
26+ </dependency >
2127 <dependency >
2228 <groupId >org.scala-lang.modules</groupId >
2329 <artifactId >scala-collection-compat_2.12</artifactId >
3137 <scope >provided</scope >
3238 </dependency >
3339
34- <dependency >
35- <groupId >org.scala-lang</groupId >
36- <artifactId >scala-library</artifactId >
37- <version >${scala.2.12.version} </version >
38- <scope >test</scope >
39- </dependency >
40-
4140 <dependency >
4241 <groupId >org.mockito</groupId >
4342 <artifactId >mockito-scala_2.12</artifactId >
Original file line number Diff line number Diff line change 1818 <version >${scala.2.13.version} </version >
1919 <scope >provided</scope >
2020 </dependency >
21+ <dependency >
22+ <groupId >org.scala-lang</groupId >
23+ <artifactId >scala-library</artifactId >
24+ <version >${scala.2.13.version} </version >
25+ <scope >provided</scope >
26+ </dependency >
27+
2128
2229 <!-- Users have to provide it (for JacksonDefaultDataTableTransformer) -->
2330 <dependency >
2633 <scope >provided</scope >
2734 </dependency >
2835
29- <dependency >
30- <groupId >org.scala-lang</groupId >
31- <artifactId >scala-library</artifactId >
32- <version >${scala.2.13.version} </version >
33- <scope >test</scope >
34- </dependency >
35-
3636 <dependency >
3737 <groupId >org.mockito</groupId >
3838 <artifactId >mockito-scala_2.13</artifactId >
You can’t perform that action at this time.
0 commit comments