Skip to content

Commit 006e81f

Browse files
authored
Merge pull request #91 from authzed/api-change/v1.33.0
Update API to v1.33.0
2 parents 05767ee + ff4a4e6 commit 006e81f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ 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.7.0</version>
54+
<version>0.8.0</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>io.grpc</groupId>

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ javadoc { options.addStringOption('Xdoclint:none', '-quiet') }
7979

8080
def grpcVersion = "1.63.0"
8181
def protocVersion = "3.25.3"
82-
def authzedProtoCommit = "db4a5c7460f1926142f9c3627077a5798959d1e5"
82+
def authzedProtoCommit = "v1.33.0"
8383
def bufDir = "${buildDir}/buf"
8484
def protocPlatformTag = project.findProperty('protoc_platform') ? ":${protoc_platform}" : ""
8585

0 commit comments

Comments
 (0)