mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-05 03:56:26 +03:00
8 lines
303 B
Python
8 lines
303 B
Python
# Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# This file defines custom targets that are referenced in replacements in
|
|
# dependencies.yaml.
|
|
|
|
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
|