author: ignaciogallego@gmail.com article:Collection Factory Methods for Vavr (#2652)

* New test class for the collections factory methods in vavr

* rename unit test for collection factory methods

* the vavr version changed to 0.9.1
This commit is contained in:
Blue Montag Software 2017-09-21 08:43:08 -03:00 committed by KevinGilmore
parent 5fe5887be7
commit 476f0df4a2
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
<properties>
<java.version>1.8</java.version>
<vavr.version>0.9.0</vavr.version>
<vavr.version>0.9.1</vavr.version>
<junit.version>4.12</junit.version>
<awaitility.version>3.0.0</awaitility.version>
</properties>