File tree Expand file tree Collapse file tree 2 files changed +889
-2
lines changed
Expand file tree Collapse file tree 2 files changed +889
-2
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ def install_java_deps():
8383 ),
8484 "com.daml:transcode-codec-proto-scala-daml3.5_3:{}" .format (transcode_version ),
8585 "com.daml:transcode-daml-lf-daml3.5_3:{}" .format (transcode_version ),
86+ "com.digitalasset.canton:base-errors_{}:3.5.0-SNAPSHOT" .format (scala_major_version ),
8687 maven .artifact (
8788 group = "com.daml" ,
8889 artifact = "transcode-schema_3" ,
@@ -313,6 +314,7 @@ def install_java_deps():
313314 },
314315 repositories = [
315316 "https://repo1.maven.org/maven2" ,
317+ "https://europe-maven.pkg.dev/da-images-dev/playground-maven"
316318 ],
317319 # The strict_visibility attribute controls whether all artifacts should
318320 # be visible (including transitive dependencies), or whether only
You can’t perform that action at this time.
0 commit comments