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(