Skip to content

Commit 5e2f311

Browse files
authored
Merge pull request #77 from cucumber/renovate/major-scala-maven-plugin.version
Update dependency net.alchim31.maven:scala-maven-plugin to v4
2 parents c0f1e55 + b228c74 commit 5e2f311

File tree

4 files changed

+20
-22
lines changed

4 files changed

+20
-22
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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>

scala/scala_2.11/pom.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
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>
@@ -31,13 +37,6 @@
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>

scala/scala_2.12/pom.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
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>
@@ -31,13 +37,6 @@
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>

scala/scala_2.13/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@
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>
@@ -26,13 +33,6 @@
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>

0 commit comments

Comments
 (0)