Skip to content

Commit 6ae1e3f

Browse files
authored
Merge pull request #116 from authzed/api-change/v1.38.0
Update API to v1.38.0
2 parents 04b767d + f13b099 commit 6ae1e3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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>v1.0.0</version>
54+
<version>v1.1.0</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>io.grpc</groupId>

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ javadoc { options.addStringOption('Xdoclint:none', '-quiet') }
8585

8686
def grpcVersion = "1.68.0"
8787
def protocVersion = "4.28.2"
88-
def authzedProtoCommit = "v1.37.0"
88+
def authzedProtoCommit = "v1.38.0"
8989
def bufDir = "${buildDir}/buf"
9090
def protocPlatformTag = project.findProperty('protoc_platform') ? ":${protoc_platform}" : ""
9191

0 commit comments

Comments
 (0)