Skip to content

Commit

Permalink
noticket: FIX: Use ydb-proto-api=1.6.4 to support UNIQUE indexes
Browse files Browse the repository at this point in the history
  • Loading branch information
nvamelichev committed Sep 26, 2024
1 parent 43b05e0 commit f9605f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ SLF4J_VERSION = "2.0.11"

SNAKEYAML_VERSION = "1.33"

YDB_PROTOAPI_VERSION = "1.6.2"
YDB_PROTOAPI_VERSION = "1.6.4"

YDB_SDK_VERSION = "2.2.11"

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@

<!-- YDB SDK 2.x -->
<ydb-sdk-v2.version>2.2.11</ydb-sdk-v2.version>
<ydb-proto-api.version>1.6.2</ydb-proto-api.version>
<ydb-proto-api.version>1.6.4</ydb-proto-api.version>

<!-- build-only dependencies (provided) -->
<lombok.version>1.18.30</lombok.version>
Expand Down

0 comments on commit f9605f5

Please sign in to comment.