Skip to content

Commit

Permalink
Update some links to other validation library (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoepelman authored Nov 11, 2024
1 parent ae31c2c commit d268325
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,10 +267,11 @@ val requireCat = Validation<Animal> {
}
```

### Other validation libraries written in Kotlin
### Other validation libraries for Kotlin

- Valikator: https://github.com/valiktor/valiktor
- Akkurate: https://akkurate.dev/docs/overview.html
- Kalidation: https://github.com/rcapraro/kalidation
- Valikator: https://github.com/valiktor/valiktor

### Integration with testing libraries

Expand Down

0 comments on commit d268325

Please sign in to comment.