Skip to content

Commit

Permalink
Update dependency com_github_gabime_spdlog to v1.13.0 (#224)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 12, 2024
1 parent 2d4adb4 commit 50d3e25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,12 @@ def _com_github_gabime_spdlog():
maybe(
http_archive,
name = "com_github_gabime_spdlog",
strip_prefix = "spdlog-1.12.0",
strip_prefix = "spdlog-1.13.0",
type = "tar.gz",
sha256 = "4dccf2d10f410c1e2feaff89966bfc49a1abb29ef6f08246335b110e001e09a9",
sha256 = "534f2ee1a4dcbeb22249856edfb2be76a1cf4f708a20b0ac2ed090ee24cfdbc9",
build_file = "@yacl//bazel:spdlog.BUILD",
urls = [
"https://github.com/gabime/spdlog/archive/refs/tags/v1.12.0.tar.gz",
"https://github.com/gabime/spdlog/archive/refs/tags/v1.13.0.tar.gz",
],
)

Expand Down

0 comments on commit 50d3e25

Please sign in to comment.