From 966f6addb63a208b5f61e619eacb0e44936a2ba2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 11:17:40 +0000 Subject: [PATCH] chore(deps): update dependency com_github_skypjack_entt to v3.13.1 --- repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/repositories.bzl b/repositories.bzl index 9432c60..559753f 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 = "a4f290b601a70333126abd2cec7b0c232c74a4f85dcf1e04d969e8122dae8652", + strip_prefix = "entt-3.13.1", + url = "https://github.com/skypjack/entt/archive/refs/tags/v3.13.1.tar.gz", ) http_archive(