scala update, part 1
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
|
||||
<properties>
|
||||
<config.basedir>${basedir}/../pmd-core</config.basedir>
|
||||
<scala.version>2.10.4</scala.version>
|
||||
<scala.version>2.12.4</scala.version>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
@ -21,7 +21,7 @@
|
||||
<plugin>
|
||||
<groupId>net.alchim31.maven</groupId>
|
||||
<artifactId>scala-maven-plugin</artifactId>
|
||||
<version>3.2.0</version>
|
||||
<version>3.3.1</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
@ -44,6 +44,7 @@
|
||||
<jvmArgs>
|
||||
<jvmArg>-Dscalac.patmat.analysisBudget=off</jvmArg>
|
||||
</jvmArgs>
|
||||
<scalaVersion>${scala.version}</scalaVersion>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
|
Reference in New Issue
Block a user