Skip to content

Commit

Permalink
Updating README.
Browse files Browse the repository at this point in the history
  • Loading branch information
wellingtoncosta committed Oct 31, 2019
1 parent addc0cf commit 89c53ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ To use Convalida with annotations or Data Binding support, and compile-time code

```groovy
dependencies {
implementation 'io.github.wellingtoncosta:convalida-runtime:3.1.0'
annotationProcessor 'io.github.wellingtoncosta:convalida-compiler:3.1.0'
implementation 'io.github.wellingtoncosta:convalida-runtime:3.2.0'
annotationProcessor 'io.github.wellingtoncosta:convalida-compiler:3.2.0'
}
```

Expand All @@ -28,7 +28,7 @@ Or if you want to use only the Convalida Kotlin Dsl:

```groovy
dependencies {
implementation 'io.github.wellingtoncosta:convalida-ktx:3.1.0'
implementation 'io.github.wellingtoncosta:convalida-ktx:3.2.0'
}
```

Expand Down

0 comments on commit 89c53ce

Please sign in to comment.