daml/3rdparty
Brian Healey f73ac66142 force replacement of old test-interface (#1309)
* force replacement of old test-interface

* java rather than scala for replacement

* back to prior

* backup manual changes to BUILD file

* update bazel deps for test-interface replacement

* thirdparty rather than external target for test-interface

* thirdparty rather than external target for test-interface
2019-05-22 15:38:51 +00:00
..
c Enforce consistent formatting of BUILD files. (#412) 2019-04-12 13:10:16 +02:00
haskell Update rules_haskell (#1133) 2019-05-20 14:20:34 +02:00
jvm force replacement of old test-interface (#1309) 2019-05-22 15:38:51 +00:00
BUILD open-sourcing daml 2019-04-04 09:33:38 +01:00
dependencies.digest force replacement of old test-interface (#1309) 2019-05-22 15:38:51 +00: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 use //3rdparty/jvm/org/scala_sbt:test_interface in place of test-interface 0.5 because 0.5 does not have a declared license (#1263) 2019-05-21 17:27:15 +00: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.