File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
7272dependencies {
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
You can’t perform that action at this time.
0 commit comments