Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mduesterhoeft authored Aug 8, 2019
1 parent 229543d commit 1b14084
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 @@ -30,7 +30,7 @@ repositories {
}
dependencies {
implementation 'com.github.moia-dev.lambda-kotlin-request-router:router:0.8.2'
implementation 'com.github.moia-dev.lambda-kotlin-request-router:router:0.8.7'
}
```
Expand Down Expand Up @@ -164,7 +164,7 @@ So we do no validation of the JWT token.
The module `router-protobuf` helps to ease implementation of handlers that receive and return protobuf messages.

```
implementation 'com.github.moia-dev.lambda-kotlin-request-router:router-protobuf:0.8.2'
implementation 'com.github.moia-dev.lambda-kotlin-request-router:router-protobuf:0.8.7'
```

A handler implementation that wants to take advantage of the protobuf support should inherit from `ProtoEnabledRequestHandler`.
Expand Down Expand Up @@ -215,7 +215,7 @@ This library validates:
- ...

```
testImplementation 'com.github.moia-dev.lambda-kotlin-request-router:router-openapi-request-validator:0.8.2'
testImplementation 'com.github.moia-dev.lambda-kotlin-request-router:router-openapi-request-validator:0.8.7'
```

```kotlin
Expand Down

0 comments on commit 1b14084

Please sign in to comment.