Skip to content

Commit 46588ba

Browse files
committed
Scala tweaks. Closes #432, #462.
1 parent ab5e929 commit 46588ba

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>org.scala-lang</groupId>
3232
<artifactId>scala-compiler</artifactId>
33-
<version>2.10.0</version>
33+
<version>${scala.current.version}</version>
3434
<scope>provided</scope>
3535
</dependency>
3636

@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>org.scala-lang</groupId>
4444
<artifactId>scala-library</artifactId>
45-
<version>2.10.0</version>
45+
<version>${scala.current.version}</version>
4646
<scope>test</scope>
4747
</dependency>
4848
<dependency>
@@ -62,7 +62,7 @@
6262
<plugin>
6363
<groupId>net.alchim31.maven</groupId>
6464
<artifactId>scala-maven-plugin</artifactId>
65-
<version>3.1.0</version>
65+
<version>${scala-maven-plugin.version}</version>
6666
<configuration>
6767
<!--encoding>UTF-8</encoding-->
6868
<excludes>

scala_previous/pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<version>1.1.4-SNAPSHOT</version>
99
</parent>
1010

11-
<artifactId>cucumber-scala_2.9.2</artifactId>
11+
<artifactId>cucumber-scala_2.9</artifactId>
1212
<packaging>jar</packaging>
13-
<name>Cucumber-JVM: Scala (2.9.2)</name>
13+
<name>Cucumber-JVM: Scala (2.9)</name>
1414

1515
<dependencies>
1616
<dependency>
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>org.scala-lang</groupId>
3232
<artifactId>scala-compiler</artifactId>
33-
<version>2.9.2</version>
33+
<version>${scala.previous.version}</version>
3434
<scope>provided</scope>
3535
</dependency>
3636

@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>org.scala-lang</groupId>
4444
<artifactId>scala-library</artifactId>
45-
<version>2.9.2</version>
45+
<version>${scala.previous.version}</version>
4646
<scope>test</scope>
4747
</dependency>
4848
<dependency>
@@ -70,7 +70,7 @@
7070
<plugin>
7171
<groupId>net.alchim31.maven</groupId>
7272
<artifactId>scala-maven-plugin</artifactId>
73-
<version>3.1.0</version>
73+
<version>${scala-maven-plugin.version}</version>
7474
<configuration>
7575
<!--encoding>UTF-8</encoding-->
7676
<excludes>

0 commit comments

Comments
 (0)