Skip to content

Commit

Permalink
Merge pull request #91 from authzed/api-change/v1.33.0
Browse files Browse the repository at this point in the history
Update API to v1.33.0
  • Loading branch information
josephschorr authored May 24, 2024
2 parents 05767ee + ff4a4e6 commit 006e81f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Most commonly, if you are using [Maven] you can add the following to your pom.xm
<dependency>
<groupId>com.authzed.api</groupId>
<artifactId>authzed</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ javadoc { options.addStringOption('Xdoclint:none', '-quiet') }

def grpcVersion = "1.63.0"
def protocVersion = "3.25.3"
def authzedProtoCommit = "db4a5c7460f1926142f9c3627077a5798959d1e5"
def authzedProtoCommit = "v1.33.0"
def bufDir = "${buildDir}/buf"
def protocPlatformTag = project.findProperty('protoc_platform') ? ":${protoc_platform}" : ""

Expand Down

0 comments on commit 006e81f

Please sign in to comment.