Skip to content

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CI Bot committed Jan 2, 2022
1 parent 86bc453 commit 7570cec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ your `pom.xml`:
<dependency>
<groupId>am.ik.yavi</groupId>
<artifactId>yavi</artifactId>
<version>0.9.1</version>
<version>0.10.0</version>
</dependency>
```

Expand All @@ -69,13 +69,13 @@ This tutorial uses JUnit 5 and AssertJ. Add the following dependencies as needed
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.8.1</version>
<version>0.10.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.21.0</version>
<version>0.10.0</version>
<scope>test</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>am.ik.yavi</groupId>
<artifactId>yavi</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.10.0</version>

<name>yavi</name>
<description>Yet Another Validation (lambda based type safe validation)</description>
Expand Down

0 comments on commit 7570cec

Please sign in to comment.