daml/3rdparty
Oliver Seeliger c9658c7813
Multi participant node named logging (#2647) (#3080)
* Upgrade scala-logging and slf4j

* Named logging for multi-participant tests (#2647)
2019-10-03 18:20:57 +02:00
..
c Switch to a streaming zip encoding (#2595) 2019-08-19 20:15:13 +02:00
haskell Desugar template instances to type synonyms instead of newtypes (#3013) 2019-09-26 14:05:47 -04:00
jvm Start porting the transaction service integration tests (#2713) 2019-09-02 13:45:15 +02:00
BUILD open-sourcing daml 2019-04-04 09:33:38 +01:00
dependencies.digest Multi participant node named logging (#2647) (#3080) 2019-10-03 18:20:57 +02:00
NO_AUTO_COPYRIGHT open-sourcing daml 2019-04-04 09:33:38 +01:00
README.md open-sourcing daml 2019-04-04 09:33:38 +01:00
workspace.bzl Multi participant node named logging (#2647) (#3080) 2019-10-03 18:20:57 +02:00

Third-Party JVM Dependencies

This subtree contains a Bazel workspace file workspace.bzl and BUILD files underneath jvm/ describing external Java and Scala dependencies. These files are automatically generated and should not be modified manually. If you need to add a third party dependency then modify the file dependencies.yaml in the repository root and re-run bazel-deps in order to regenerate these files as described at the top of the file dependencies.yaml.

Third-Party Haskell Dependencies

The haskell/ subtree contains BUILD files defining custom Hazel builds for Cabal packages imported via Hazel's hazel_custom_package_* rules in the WORKSPACE.