Skip to content
This repository has been archived by the owner on Dec 21, 2019. It is now read-only.

Release version 1.2

Latest
Compare
Choose a tag to compare
@tazjin tazjin released this 07 Jun 22:12
· 1 commit to master since this release
1.2

This is purely a non-functional release that accommodates the Javaslang -> Vavr project rename.

Maven & Gradle configuration need to be updated to point at the new project name:

<dependency>
  <groupId>in.tazj</groupId>
  <artifactId>vavr-matchers</artifactId>
  <version>1.2</version>
  <scope>test</scope>
</dependency>