From 56354dc8a9bad3f8c3868f757bc5334460f92625 Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com> Date: Mon, 6 Nov 2023 18:48:33 +0000 Subject: [PATCH] chore(deps): update dependency bazel_skylib to v1.5.0 --- swifttidy/deps.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/swifttidy/deps.bzl b/swifttidy/deps.bzl index 9d30c46..60bc50d 100644 --- a/swifttidy/deps.bzl +++ b/swifttidy/deps.bzl @@ -9,10 +9,10 @@ def swifttidy_rules_dependencies(): http_archive, name = "bazel_skylib", urls = [ - "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz", - "https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz", + "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz", + "https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz", ], - sha256 = "66ffd9315665bfaafc96b52278f57c7e2dd09f5ede279ea6d39b2be471e7e3aa", + sha256 = "cd55a062e763b9349921f0f5db8c3933288dc8ba4f76dd9416aac68acee3cb94", ) maybe(