Skip to content

Commit d25ff88

Browse files
authored
Merge pull request #79 from authzed/update-deps-readme
update deps with latest release
2 parents 538a8b8 + 60be571 commit d25ff88

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,17 @@ Most commonly, if you are using [Maven] you can add the following to your pom.xm
5151
<dependency>
5252
<groupId>com.authzed.api</groupId>
5353
<artifactId>authzed</artifactId>
54-
<version>0.6.0</version>
54+
<version>0.7.0</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>io.grpc</groupId>
5858
<artifactId>grpc-protobuf</artifactId>
59-
<version>1.55.1</version>
59+
<version>1.62.2</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>io.grpc</groupId>
6363
<artifactId>grpc-stub</artifactId>
64-
<version>1.55.1</version>
64+
<version>1.62.2</version>
6565
</dependency>
6666
</dependencies>
6767
```
@@ -70,9 +70,9 @@ If you are using [Gradle] then add the following to your `build.gradle` file:
7070

7171
```groovy
7272
dependencies {
73-
implementation "com.authzed.api:authzed:0.5.0"
74-
implementation 'io.grpc:grpc-protobuf:1.55.1'
75-
implementation 'io.grpc:grpc-stub:1.55.1'
73+
implementation "com.authzed.api:authzed:0.7.0"
74+
implementation 'io.grpc:grpc-protobuf:1.62.2'
75+
implementation 'io.grpc:grpc-stub:1.62.2'
7676
}
7777
```
7878

0 commit comments

Comments
 (0)