Browse Source

DATACMNS-1218 - Upgraded to Vavr 0.9.2.

pull/271/head
Oliver Gierke 8 years ago
parent
commit
c859f56bf1
  1. 4
      pom.xml

4
pom.xml

@ -17,7 +17,7 @@ @@ -17,7 +17,7 @@
<properties>
<javaslang>2.0.6</javaslang>
<vavr>0.9.1</vavr>
<vavr>0.9.2</vavr>
<scala>2.11.7</scala>
<xmlbeam>1.4.12</xmlbeam>
@ -163,7 +163,7 @@ @@ -163,7 +163,7 @@
<version>1.0.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.interceptor</groupId>
<artifactId>javax.interceptor-api</artifactId>

Loading…
Cancel
Save