Skip to content

Commit

Permalink
Update framework version in bazel dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeny Petrov <[email protected]>
  • Loading branch information
golovasteek committed Jan 27, 2024
1 parent fa1d1aa commit 78cec6f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .bazelignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build
1 change: 1 addition & 0 deletions .bazelversion
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6.4.0
4 changes: 2 additions & 2 deletions third-party/bazel/repos.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ def everest_core_repos():
maybe(
http_archive,
name = "everest-framework",
url = "https://github.com/qwello/everest-framework/archive/06983df646695303017137d00eea9f63b808fd71.tar.gz",
strip_prefix = "everest-framework-06983df646695303017137d00eea9f63b808fd71",
url = "https://github.com/everest/everest-framework/archive/21b5371ec38158ddfcbe9eea0f92a18154ca3c76.tar.gz",
strip_prefix = "everest-framework-21b5371ec38158ddfcbe9eea0f92a18154ca3c76",
)

0 comments on commit 78cec6f

Please sign in to comment.