Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
decouple from vavrs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Laifsyn committed Apr 4, 2024
1 parent 45e5bf1 commit 6dd4cd2
Show file tree
Hide file tree
Showing 5 changed files with 844 additions and 32 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<dependency>
<groupId>io.vavr</groupId>
<artifactId>vavr</artifactId>
<version>0.10.4</version> <!-- use the latest version here -->
<version>0.10.4</version>
</dependency>
</dependencies>
<properties>
Expand Down
7 changes: 0 additions & 7 deletions src/main/java/com/utp/Traits/FromStr.java

This file was deleted.

Loading

0 comments on commit 6dd4cd2

Please sign in to comment.