Skip to content

Commit

Permalink
Release 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CI Bot committed Jun 30, 2021
1 parent ed81395 commit 804f809
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.8.1</version>
<version>0.8.2</version>
</dependency>
```

Expand All @@ -70,13 +70,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.7.2</version>
<version>0.8.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.20.2</version>
<version>0.8.2</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.8.2-SNAPSHOT</version>
<version>0.8.2</version>

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

0 comments on commit 804f809

Please sign in to comment.