Update Scala to 2.12.11

This commit is contained in:
Ondra Pelech 2020-03-28 15:03:18 +01:00 committed by Alexey Andreev
parent b5237fb20e
commit 1b8f5940a0

View File

@ -15,7 +15,7 @@
<properties> <properties>
<java.version>1.8</java.version> <java.version>1.8</java.version>
<scala.version>2.12.2</scala.version> <scala.version>2.12.11</scala.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties> </properties>
@ -45,7 +45,7 @@
<plugin> <plugin>
<groupId>net.alchim31.maven</groupId> <groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId> <artifactId>scala-maven-plugin</artifactId>
<version>3.2.1</version> <version>4.3.1</version>
<executions> <executions>
<execution> <execution>
<goals> <goals>
@ -81,7 +81,7 @@
</plugin> </plugin>
<plugin> <plugin>
<artifactId>maven-war-plugin</artifactId> <artifactId>maven-war-plugin</artifactId>
<version>2.4</version> <version>3.2.3</version>
<configuration> <configuration>
<webResources> <webResources>
<resource> <resource>