Skip to content

Commit

Permalink
Merge pull request #116 from authzed/api-change/v1.38.0
Browse files Browse the repository at this point in the history
Update API to v1.38.0
  • Loading branch information
josephschorr authored Nov 1, 2024
2 parents 04b767d + f13b099 commit 6ae1e3f
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.0.0</version>
<version>v1.1.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.68.0"
def protocVersion = "4.28.2"
def authzedProtoCommit = "v1.37.0"
def authzedProtoCommit = "v1.38.0"
def bufDir = "${buildDir}/buf"
def protocPlatformTag = project.findProperty('protoc_platform') ? ":${protoc_platform}" : ""

Expand Down

0 comments on commit 6ae1e3f

Please sign in to comment.