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 19
19
<project .Automatic-Module-Name>io.cucumber.scala</project .Automatic-Module-Name>
20
20
<minimum .maven.version>3.3</minimum .maven.version>
21
21
<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>
23
23
<build-helper-maven-plugin .version>3.1.0</build-helper-maven-plugin .version>
24
24
<cucumber .version>6.1.1</cucumber .version>
25
25
<gherkin .version>13.0.0</gherkin .version>
Original file line number Diff line number Diff line change 18
18
<version >${scala.2.11.version} </version >
19
19
<scope >provided</scope >
20
20
</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 >
21
27
<dependency >
22
28
<groupId >org.scala-lang.modules</groupId >
23
29
<artifactId >scala-collection-compat_2.11</artifactId >
31
37
<scope >provided</scope >
32
38
</dependency >
33
39
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
-
41
40
<dependency >
42
41
<groupId >org.mockito</groupId >
43
42
<artifactId >mockito-scala_2.11</artifactId >
Original file line number Diff line number Diff line change 18
18
<version >${scala.2.12.version} </version >
19
19
<scope >provided</scope >
20
20
</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 >
21
27
<dependency >
22
28
<groupId >org.scala-lang.modules</groupId >
23
29
<artifactId >scala-collection-compat_2.12</artifactId >
31
37
<scope >provided</scope >
32
38
</dependency >
33
39
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
-
41
40
<dependency >
42
41
<groupId >org.mockito</groupId >
43
42
<artifactId >mockito-scala_2.12</artifactId >
Original file line number Diff line number Diff line change 18
18
<version >${scala.2.13.version} </version >
19
19
<scope >provided</scope >
20
20
</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
+
21
28
22
29
<!-- Users have to provide it (for JacksonDefaultDataTableTransformer) -->
23
30
<dependency >
26
33
<scope >provided</scope >
27
34
</dependency >
28
35
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
-
36
36
<dependency >
37
37
<groupId >org.mockito</groupId >
38
38
<artifactId >mockito-scala_2.13</artifactId >
You can’t perform that action at this time.
0 commit comments