bump canton (#13574)

I'm considering automating this, but thought I'd do it manually once
first.

CHANGELOG_BEGIN
CHANGELOG_END
This commit is contained in:
Gary Verhaegen 2022-04-12 17:23:11 +02:00 committed by GitHub
parent 4a93384414
commit e085a4932e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -54,7 +54,7 @@ trait MultiParticipantFixture
val domainPublicApi = LockedFreePort.find()
val domainAdminApi = LockedFreePort.find()
val cantonPath = rlocation(
"external/canton/lib/canton-open-source-2.1.0-SNAPSHOT.jar"
"external/canton/lib/canton-open-source-2.2.0-SNAPSHOT.jar"
)
val exe = if (sys.props("os.name").toLowerCase.contains("windows")) ".exe" else ""
val java = s"${System.getenv("JAVA_HOME")}/bin/java${exe}"

View File

@ -370,9 +370,9 @@ java_import(
jars = glob(["lib/**/*.jar"]),
)
""",
sha256 = "5600674ed851994bebd79a715bf1a4a879e7b1e15fe497f71e57805b54a54a07",
strip_prefix = "canton-open-source-2.1.0-SNAPSHOT",
urls = ["https://www.canton.io/releases/canton-open-source-20220328.tar.gz"],
sha256 = "733e948bfa9641d66d1e635cd99ec185841933c15b963cc18109f4ebc4c642d6",
strip_prefix = "canton-open-source-2.2.0-SNAPSHOT",
urls = ["https://www.canton.io/releases/canton-open-source-20220411.tar.gz"],
)
if "freefont" not in native.existing_rules():