File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 30
30
<dependency >
31
31
<groupId >org.scala-lang</groupId >
32
32
<artifactId >scala-compiler</artifactId >
33
- <version >2.10.0 </version >
33
+ <version >${scala.current.version} </version >
34
34
<scope >provided</scope >
35
35
</dependency >
36
36
42
42
<dependency >
43
43
<groupId >org.scala-lang</groupId >
44
44
<artifactId >scala-library</artifactId >
45
- <version >2.10.0 </version >
45
+ <version >${scala.current.version} </version >
46
46
<scope >test</scope >
47
47
</dependency >
48
48
<dependency >
62
62
<plugin >
63
63
<groupId >net.alchim31.maven</groupId >
64
64
<artifactId >scala-maven-plugin</artifactId >
65
- <version >3.1.0 </version >
65
+ <version >${scala-maven-plugin.version} </version >
66
66
<configuration >
67
67
<!-- encoding>UTF-8</encoding-->
68
68
<excludes >
Original file line number Diff line number Diff line change 8
8
<version >1.1.4-SNAPSHOT</version >
9
9
</parent >
10
10
11
- <artifactId >cucumber-scala_2.9.2 </artifactId >
11
+ <artifactId >cucumber-scala_2.9</artifactId >
12
12
<packaging >jar</packaging >
13
- <name >Cucumber-JVM: Scala (2.9.2 )</name >
13
+ <name >Cucumber-JVM: Scala (2.9)</name >
14
14
15
15
<dependencies >
16
16
<dependency >
30
30
<dependency >
31
31
<groupId >org.scala-lang</groupId >
32
32
<artifactId >scala-compiler</artifactId >
33
- <version >2.9.2 </version >
33
+ <version >${scala.previous.version} </version >
34
34
<scope >provided</scope >
35
35
</dependency >
36
36
42
42
<dependency >
43
43
<groupId >org.scala-lang</groupId >
44
44
<artifactId >scala-library</artifactId >
45
- <version >2.9.2 </version >
45
+ <version >${scala.previous.version} </version >
46
46
<scope >test</scope >
47
47
</dependency >
48
48
<dependency >
70
70
<plugin >
71
71
<groupId >net.alchim31.maven</groupId >
72
72
<artifactId >scala-maven-plugin</artifactId >
73
- <version >3.1.0 </version >
73
+ <version >${scala-maven-plugin.version} </version >
74
74
<configuration >
75
75
<!-- encoding>UTF-8</encoding-->
76
76
<excludes >
You can’t perform that action at this time.
0 commit comments