From 94cbb4f43b0c0d40a5f213b293373f1c6436b2c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 22:35:06 +0000 Subject: [PATCH] chore(deps): update dependency com_github_skypjack_entt to v3.12.2 --- repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/repositories.bzl b/repositories.bzl index 9432c60..6574ac5 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 = "3f3e43988218daecc0530ccaf45e960f7f7416e1fcf2c69799160c18b6a2fee3", + strip_prefix = "entt-3.12.2", + url = "https://github.com/skypjack/entt/archive/refs/tags/v3.12.2.tar.gz", ) http_archive(