Skip to content

Commit

Permalink
Update to v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfus committed Aug 30, 2023
1 parent 7a56344 commit 07c7fe2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ BIN := .tmp/bin
COPYRIGHT_YEARS := 2023
LICENSE_IGNORE := -e internal/testdata/
LICENSE_HEADER_VERSION := 0294fdbe1ce8649ebaf5e87e8cdd588e33730bbb
PROTOVALIDATE_VERSION ?= v0.4.0
PROTOVALIDATE_VERSION ?= v0.4.2

# Set to use a different compiler. For example, `GO=go1.18rc1 make test`.
GO ?= go
Expand Down
6 changes: 3 additions & 3 deletions bazel/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ _dependencies = {
"patch_args": ["-p1"],
},
"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 07c7fe2

Please sign in to comment.