Skip to content

Commit ffd8687

Browse files
authored
Update dependencies for the 3.0.1 release (#742)
## Usage and product changes Update dependencies. ## Implementation Similarly to typedb/typeql#396
1 parent 1cdc530 commit ffd8687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencies/typedb/repositories.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def typedb_dependencies():
2121
git_repository(
2222
name = "typedb_dependencies",
2323
remote = "https://github.com/typedb/typedb-dependencies",
24-
commit = "3348848e9455c1e4984a91c98436f77a8807717a", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_dependencies
24+
commit = "5c2d4dcc25493be9d35356075372229a6d2ba2a9", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_dependencies
2525
)
2626

2727
def typedb_protocol():

0 commit comments

Comments
 (0)