From 2ea948bee4ee7b28dbe5e8ac015ed5176f2c7bda Mon Sep 17 00:00:00 2001 From: "pr-automation-bot-public[bot]" <189003650+pr-automation-bot-public[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 07:33:24 +0100 Subject: [PATCH] bot: Update snsdemo to release-2024-12-18 (#6056) # Motivation We would like to keep the testing environment, provided by snsdemo, up to date. # Changes * Updated `snsdemo` version in `dfx.json`. * Ensured that the `dfx` version in `dfx.json` matches `snsdemo`. # Tests CI should pass. Co-authored-by: gix-bot --- dfx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dfx.json b/dfx.json index c3aa9562cec..9a29b5a54d8 100644 --- a/dfx.json +++ b/dfx.json @@ -442,7 +442,7 @@ "DIDC_VERSION": "didc 0.4.0", "POCKETIC_VERSION": "3.0.1", "CARGO_SORT_VERSION": "1.0.9", - "SNSDEMO_RELEASE": "release-2024-12-11", + "SNSDEMO_RELEASE": "release-2024-12-18", "IC_COMMIT_FOR_PROPOSALS": "release-2024-12-06_03-16-base", "IC_COMMIT_FOR_SNS_AGGREGATOR": "release-2024-12-06_03-16-base" },