Skip to content

Commit

Permalink
Merge pull request #122 from authzed/api-change/v1.40.0
Browse files Browse the repository at this point in the history
Update API to v1.40.0
  • Loading branch information
tstirrat15 authored Jan 27, 2025
2 parents 4cc5fe7 + e74f36c commit bf03720
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>v1.1.0</version>
<version>v1.2.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 @@ -85,7 +85,7 @@ javadoc { options.addStringOption('Xdoclint:none', '-quiet') }

def grpcVersion = "1.69.0"
def protocVersion = "4.29.2"
def authzedProtoCommit = "v1.38.0"
def authzedProtoCommit = "v1.40.0"
def bufDir = "${buildDir}/buf"
def protocPlatformTag = project.findProperty('protoc_platform') ? ":${protoc_platform}" : ""

Expand Down

0 comments on commit bf03720

Please sign in to comment.