Skip to content

Commit

Permalink
Update to v0.4.2 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfus authored Aug 30, 2023
1 parent 7a56344 commit 43de466
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ BIN := .tmp/bin
COPYRIGHT_YEARS := 2023
LICENSE_IGNORE := -e internal/testdata/
LICENSE_HEADER_VERSION := 0294fdbe1ce8649ebaf5e87e8cdd588e33730bbb
PROTOVALIDATE_VERSION ?= v0.4.0
# NOTE: Keep this version in sync with the version in `/bazel/deps.bzl`.
PROTOVALIDATE_VERSION ?= v0.4.2

# Set to use a different compiler. For example, `GO=go1.18rc1 make test`.
GO ?= go
Expand Down
7 changes: 4 additions & 3 deletions bazel/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,12 @@ _dependencies = {
"patches": ["@com_github_bufbuild_protovalidate_cc//bazel:cel_cpp.patch"],
"patch_args": ["-p1"],
},
# NOTE: Keep Version in sync with `/Makefile`.
"com_github_bufbuild_protovalidate": {
"sha256": "a76a17d540f9c3e2f042517059dc50b54dab9eb9350af8901dbb23c135525f31",
"strip_prefix": "protovalidate-0.4.0",
"sha256": "0dfa0a054f8739938172e28cdaa666c3e175e337d1fbf411ef76e729458be232",
"strip_prefix": "protovalidate-0.4.2",
"urls": [
"https://github.com/bufbuild/protovalidate/archive/v0.4.0.tar.gz",
"https://github.com/bufbuild/protovalidate/archive/v0.4.2.tar.gz",
],
},
}
Expand Down

0 comments on commit 43de466

Please sign in to comment.