diff --git a/canton/BUILD.bazel b/canton/BUILD.bazel index c955e1df903..7edf803836e 100644 --- a/canton/BUILD.bazel +++ b/canton/BUILD.bazel @@ -66,8 +66,8 @@ if [ "{local}" = "true" ]; then exit 0 fi -CANTON_ENTERPRISE_VERSION=2.8.0-snapshot.20230911.11152.0.ve2cece05 -CANTON_ENTERPRISE_SHA=0c8fe5d1e353697294a2520d86f086999264f10871d0b6e1d5374b25ed4af358 +CANTON_ENTERPRISE_VERSION=2.8.0-snapshot.20230913.11166.0.v590556d1 +CANTON_ENTERPRISE_SHA=3cd7bd2c6864dfdd697be04af90717ba14fc13f50ba7bd28a12e41618c96f68e url=https://digitalasset.jfrog.io/artifactory/canton-enterprise/canton-enterprise-$$CANTON_ENTERPRISE_VERSION.tar.gz diff --git a/canton_dep.bzl b/canton_dep.bzl index 98b38753ce7..9598a7fb713 100644 --- a/canton_dep.bzl +++ b/canton_dep.bzl @@ -2,7 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 canton = { - "sha": "aaaabfea2facf7a40462c24ad8f667dc17c92c8939191e977860545ac5738b57", - "url": "https://www.canton.io/releases/canton-open-source-2.8.0-snapshot.20230911.11152.0.ve2cece05.tar.gz", + "sha": "3572c35c67ec944d545517747de50496093f3c8e22482b934897045aa3be1f21", + "url": "https://www.canton.io/releases/canton-open-source-2.8.0-snapshot.20230913.11166.0.v590556d1.tar.gz", "local": False, }