Skip to content

Commit 386f577

Browse files
Bump VERSION to 2.17.0
1 parent a22d4eb commit 386f577

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.16.1
1+
2.17.0

dependencies/vaticle/repositories.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
2020
def vaticle_dependencies():
2121
git_repository(
2222
name = "vaticle_dependencies",
23-
remote = "https://github.com/flyingsilverfin/dependencies",
24-
commit = "d27a95e9522738d423590f77b0b979b342125347", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
23+
remote = "https://github.com/vaticle/dependencies",
24+
commit = "66596a14ec39921e04aa336af8439962d4ee0005", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
2525
)

0 commit comments

Comments
 (0)