From a0c972c984cc1a4883416342dd9c19fa0cda3104 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Jun 2023 10:28:17 +0000 Subject: [PATCH] chore(deps): update dependency com_github_skypjack_entt to v3.12.0 --- repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/repositories.bzl b/repositories.bzl index 9432c60..d90fafd 100644 --- a/repositories.bzl +++ b/repositories.bzl @@ -80,9 +80,9 @@ def ecsact_rtb_repositories(): name = "com_github_skypjack_entt", patch_args = ["-p1"], patches = ["@ecsact_rtb//patches:entt_export_source_files.patch"], - sha256 = "0ac010f232d3089200c5e545bcbd6480cf68b705de6930d8ff7cdb0a29f5b47b", - strip_prefix = "entt-3.11.1", - url = "https://github.com/skypjack/entt/archive/refs/tags/v3.11.1.tar.gz", + sha256 = "6d5171fcae7b2f974ac71d46010004dcce0e141d7cbe9d35ac8d2f1fcbf9b1bd", + strip_prefix = "entt-3.12.0", + url = "https://github.com/skypjack/entt/archive/refs/tags/v3.12.0.tar.gz", ) http_archive(