File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 20
20
<scala .minor.version>12</scala .minor.version>
21
21
<scala .version>${scala.major.version} .${scala.minor.version} </scala .version>
22
22
<scalatest .version>3.0.1</scalatest .version>
23
+ <scala .maven.plugin.version>4.3.0</scala .maven.plugin.version>
23
24
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
24
25
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
25
26
<build .timestamp>${maven.build.timestamp} </build .timestamp>
141
142
<plugin >
142
143
<groupId >net.alchim31.maven</groupId >
143
144
<artifactId >scala-maven-plugin</artifactId >
144
- <version >4.3.0 </version >
145
+ <version >${scala.maven.plugin.version} </version >
145
146
<configuration >
146
147
<recompileMode >incremental</recompileMode >
147
148
<scalaVersion >${scala.version} </scalaVersion >
You can’t perform that action at this time.
0 commit comments