summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-07-11 14:47:30 +0200
committerBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-07-11 15:09:10 +0200
commit0ead5c1a9d0e24eadedab39eb584c8de17678fce (patch)
treef4081c9b61b89dc78b76f7c8f87c48ee500726f9 /pom.xml
parent2cfbdc9f1f88bac016b01c7da1f8d42e38f9312a (diff)
Upgrade to Scala 2.12.2
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 480c94d66b6..e49f181a3bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -953,22 +953,22 @@
<dependency>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-parser-combinators_${scala.major-version}</artifactId>
- <version>1.0.1</version>
+ <version>1.0.6</version>
</dependency>
<dependency>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-xml_${scala.major-version}</artifactId>
- <version>1.0.2</version>
+ <version>1.0.6</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_${scala.major-version}</artifactId>
- <version>2.2.2</version>
+ <version>3.0.3</version>
</dependency>
<dependency>
<groupId>org.json4s</groupId>
<artifactId>json4s-native_${scala.major-version}</artifactId>
- <version>3.3.0</version>
+ <version>3.5.2</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
@@ -1082,8 +1082,8 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<test.hide>true</test.hide>
<doclint>all</doclint>
- <scala.major-version>2.11</scala.major-version>
- <scala.version>${scala.major-version}.4</scala.version>
+ <scala.major-version>2.12</scala.major-version>
+ <scala.version>${scala.major-version}.2</scala.version>
<surefire.version>2.19.1</surefire.version> <!-- NOTE bjorncs 15.06.2017: Version 2.20 has OoM issues -->
</properties>