2022-01-03 19:36:51 +03:00
|
|
|
# Copyright (c) 2022 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
|
2020-02-06 14:54:07 +03:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2020-02-13 16:52:48 +03:00
|
|
|
- target: //daml-assistant/scala-daml-project-config:scala-daml-project-config
|
2019-08-29 09:21:57 +03:00
|
|
|
type: jar-scala
|
2022-08-23 18:21:45 +03:00
|
|
|
- target: //daml-lf/api-type-signature:api-type-signature
|
|
|
|
type: jar-scala
|
2021-06-24 14:44:09 +03:00
|
|
|
- target: //daml-lf/archive:daml_lf_1.14_archive_proto_jar
|
|
|
|
type: jar-lib
|
|
|
|
- target: //daml-lf/archive:daml_lf_1.14_archive_proto_java
|
|
|
|
type: jar-proto
|
2022-08-29 13:40:19 +03:00
|
|
|
- target: //daml-lf/archive:daml_lf_1.15_archive_proto_jar
|
|
|
|
type: jar-lib
|
|
|
|
- target: //daml-lf/archive:daml_lf_1.15_archive_proto_java
|
|
|
|
type: jar-proto
|
2021-11-26 15:23:17 +03:00
|
|
|
- target: //daml-lf/archive:daml_lf_1.dev_archive_proto_jar
|
2020-12-03 14:52:18 +03:00
|
|
|
type: jar-lib
|
2021-11-26 15:23:17 +03:00
|
|
|
- target: //daml-lf/archive:daml_lf_1.dev_archive_proto_java
|
2020-11-27 11:34:53 +03:00
|
|
|
type: jar-proto
|
2019-10-15 11:36:47 +03:00
|
|
|
- target: //daml-lf/archive:daml_lf_archive_reader
|
|
|
|
type: jar-scala
|
2020-02-13 16:52:48 +03:00
|
|
|
- target: //daml-lf/data:data
|
2019-04-29 18:11:01 +03:00
|
|
|
type: jar-scala
|
2019-08-01 18:10:56 +03:00
|
|
|
- target: //daml-lf/data-scalacheck:data-scalacheck
|
2019-08-29 09:21:57 +03:00
|
|
|
type: jar-scala
|
2022-04-29 14:59:19 +03:00
|
|
|
- target: //daml-lf/encoder:encoder
|
|
|
|
type: jar-scala
|
2020-02-13 16:52:48 +03:00
|
|
|
- target: //daml-lf/engine:engine
|
2019-04-29 18:11:01 +03:00
|
|
|
type: jar-scala
|
2019-04-12 15:57:37 +03:00
|
|
|
- target: //daml-lf/interpreter:interpreter
|
2019-04-29 18:11:01 +03:00
|
|
|
type: jar-scala
|
2021-12-20 18:33:36 +03:00
|
|
|
- target: //daml-lf/kv-support:kv-support
|
2021-03-15 15:33:57 +03:00
|
|
|
type: jar-scala
|
2021-03-19 18:29:02 +03:00
|
|
|
- target: //daml-lf/language:language
|
|
|
|
type: jar-scala
|
2022-04-29 14:59:19 +03:00
|
|
|
- target: //daml-lf/parser:parser
|
|
|
|
type: jar-scala
|
2020-02-13 16:52:48 +03:00
|
|
|
- target: //daml-lf/scenario-interpreter:scenario-interpreter
|
|
|
|
type: jar-scala
|
2022-04-26 08:59:12 +03:00
|
|
|
- target: //daml-lf/snapshot:snapshot_proto_jar
|
|
|
|
type: jar-lib
|
|
|
|
- target: //daml-lf/snapshot:snapshot_proto_java
|
|
|
|
type: jar-proto
|
2020-02-13 16:52:48 +03:00
|
|
|
- target: //daml-lf/transaction:transaction
|
|
|
|
type: jar-scala
|
2020-12-03 14:52:18 +03:00
|
|
|
- target: //daml-lf/transaction:transaction_proto_jar
|
|
|
|
type: jar-lib
|
2020-11-27 11:34:53 +03:00
|
|
|
- target: //daml-lf/transaction:transaction_proto_java
|
2020-02-13 16:52:48 +03:00
|
|
|
type: jar-proto
|
2020-12-03 14:52:18 +03:00
|
|
|
- target: //daml-lf/transaction:value_proto_jar
|
|
|
|
type: jar-lib
|
2020-11-27 11:34:53 +03:00
|
|
|
- target: //daml-lf/transaction:value_proto_java
|
2020-02-13 16:52:48 +03:00
|
|
|
type: jar-proto
|
2020-06-17 17:52:40 +03:00
|
|
|
- target: //daml-lf/transaction-test-lib:transaction-test-lib
|
2020-02-13 16:52:48 +03:00
|
|
|
type: jar-scala
|
|
|
|
- target: //daml-lf/validation:validation
|
|
|
|
type: jar-scala
|
2022-05-25 16:33:21 +03:00
|
|
|
- target: //daml-script/runner:script-runner-lib
|
|
|
|
type: jar-scala
|
interpret allowed updates and other actions in a free Trigger monad, like Script (#7456)
* conservatively move daml-script, trigger SValue interpreters to common library
* introduce expect and JavaList pattern for converters
* clean up trigger Converter Command interpretation
* add Church Free monad
* add an action language for trigger updates
* add expectE to remove some of the joins
* convert more of the converters to expect
* tool for unrolling Free/Roll
* split handleStepResult up and clean up its pattern
* handleStepFreeResult to interpret TriggerF
* replace Free Church with Pure/Roll free from Script
* newtype for ActionTrigger
* replace update in low-level Trigger with Free TriggerF
* submit one Commands at a time
* boolean blindness strikes again
* log missed TriggerF steps
* comment actual Submit contents
* match #7501 fromPureSExpr sig change in 00b80b8ea3
* avoid using forwardPort in runTrigger
* push State back into DAML, so it can be excluded from the action list
* push Message back into DAML, unifying the action language for initialState and update
* bringing TriggerF into initial state
* really add TriggerF into initial state, with all ports, tested
* add ActionTrigger class, express initialState in its terms
* add all TriggerF actions to existing TriggerA
* Trigger.rule will no longer have Time argument
* rename getS, setS to get, put, matching C.M.T.State from transformers
* make high-level Rule evaluate to the underlying TriggerF sequence
* Assert's testRule doesn't have a transform yet
* move DamlTuple2 to common converter library
- suggested by @cocreature; thanks
* combine the two Frees, provide from Script
* remove time argument from integration tests
CHANGELOG_BEGIN
- [Triggers] The ``Time`` argument was removed from the trigger rule function; instead, it
can be fetched within the ``TriggerA`` ``do`` block by ``getTime``, as with ``Update``
and ``Scenario``. The ``LowLevel`` trigger interface has been redesigned; such triggers
need to be rewritten or ported to high-level triggers.
See `issue #7456 <https://github.com/digital-asset/daml/pull/7456>`_.
CHANGELOG_END
* add trigger rule simulator to support Assert module
* missed new Free module
- left in script per @cocreature
* remove retract as we ended up using foldFree for that purpose instead
- suggested by @cocreature; thanks
* throw ConverterException instead of RuntimeException
- suggested by @cocreature; thanks
* remove Time argument from coin-upgrade-trigger
* port trigger service tests
* port trigger scenario test
* put TriggerSetup and TriggerRule into LowLevel.Trigger instead of unboxed Free
- suggested by @cocreature; thanks
* remove Time argument from trigger compatibility test
* submit commands as soon as each `emitCommands` is sequenced
- we still collect a list, but only for tracking commandsInFlight
* filter out compatibility tests for triggers before now
* remove commented imports, libraries from new shared converter
* make the TriggerF interpreter tail-recursive
* remove unused compatibility trait
* add back new state logging
* remove refactoring comment
* rewrite some LowLevel initialStates in do
* hide Daml.Script.Free from docs
Co-authored-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>
* remove forwardPortInitialState
- suggested by @cocreature; thanks
* manually port low-level updates
- suggested by @cocreature; thanks
* remove forwardPort
- suggested by @cocreature; thanks
* fail faster on unrecognized TriggerF
- suggested by @cocreature; thanks
Co-authored-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>
2020-10-02 21:18:13 +03:00
|
|
|
- target: //daml-script/converter:converter
|
|
|
|
type: jar-scala
|
2020-02-13 16:52:48 +03:00
|
|
|
- target: //language-support/codegen-common:codegen-common
|
|
|
|
type: jar-scala
|
|
|
|
- target: //language-support/codegen-main:shaded_binary
|
2021-02-26 23:20:04 +03:00
|
|
|
type: jar-jarjar
|
2021-12-16 19:55:19 +03:00
|
|
|
- target: //language-support/scala/codegen:codegen-main
|
|
|
|
type: jar-deploy
|
2019-04-12 15:57:37 +03:00
|
|
|
- target: //language-support/java/bindings:bindings-java
|
|
|
|
type: jar-lib
|
|
|
|
- target: //language-support/java/bindings-rxjava:bindings-rxjava
|
|
|
|
type: jar-lib
|
2020-02-13 16:52:48 +03:00
|
|
|
- target: //language-support/java/codegen:lib
|
|
|
|
type: jar-scala
|
|
|
|
- target: //language-support/java/codegen:shaded_binary
|
2021-02-26 23:20:04 +03:00
|
|
|
type: jar-jarjar
|
2020-02-13 16:52:48 +03:00
|
|
|
- target: //language-support/scala/bindings:bindings
|
|
|
|
type: jar-scala
|
|
|
|
- target: //language-support/scala/bindings-akka:bindings-akka
|
|
|
|
type: jar-scala
|
|
|
|
- target: //language-support/scala/codegen:codegen
|
|
|
|
type: jar-scala
|
2020-11-27 20:14:48 +03:00
|
|
|
- target: //ledger-api/grpc-definitions:ledger_api_proto_jar
|
|
|
|
type: jar-lib
|
2022-02-08 16:23:05 +03:00
|
|
|
- target: //ledger-api/grpc-definitions:ledger_api_proto_java
|
|
|
|
type: jar-proto
|
2020-11-27 20:14:48 +03:00
|
|
|
- target: //ledger-api/grpc-definitions:ledger_api_proto_scala
|
2019-06-17 16:37:49 +03:00
|
|
|
type: jar-scala
|
2019-04-12 15:57:37 +03:00
|
|
|
- target: //ledger-api/rs-grpc-akka:rs-grpc-akka
|
2019-04-29 18:11:01 +03:00
|
|
|
type: jar-scala
|
2020-02-13 16:52:48 +03:00
|
|
|
- target: //ledger-api/rs-grpc-bridge:rs-grpc-bridge
|
|
|
|
type: jar-lib
|
2019-11-22 17:02:05 +03:00
|
|
|
- target: //ledger-api/rs-grpc-testing-utils:rs-grpc-testing-utils
|
|
|
|
type: jar-scala
|
2020-02-13 16:52:48 +03:00
|
|
|
- target: //ledger-api/testing-utils:testing-utils
|
2019-04-29 18:11:01 +03:00
|
|
|
type: jar-scala
|
2020-05-20 16:51:45 +03:00
|
|
|
- target: //ledger/caching:caching
|
|
|
|
type: jar-scala
|
2020-10-26 20:53:37 +03:00
|
|
|
- target: //ledger/cli-opts:cli-opts
|
|
|
|
type: jar-scala
|
2022-08-23 17:56:48 +03:00
|
|
|
- target: //ledger/indexer-benchmark:indexer-benchmark-lib
|
|
|
|
type: jar-scala
|
2020-02-13 16:52:48 +03:00
|
|
|
- target: //ledger/ledger-api-akka:ledger-api-akka
|
2019-04-29 18:11:01 +03:00
|
|
|
type: jar-scala
|
2019-10-29 18:46:43 +03:00
|
|
|
- target: //ledger/ledger-api-auth:ledger-api-auth
|
|
|
|
type: jar-scala
|
2019-11-26 21:51:09 +03:00
|
|
|
- target: //ledger/ledger-api-auth-client:ledger-api-auth-client
|
|
|
|
type: jar-lib
|
2021-06-02 18:52:13 +03:00
|
|
|
- target: //ledger/ledger-api-bench-tool:ledger-api-bench-tool
|
|
|
|
type: jar-deploy
|
2020-02-13 16:52:48 +03:00
|
|
|
- target: //ledger/ledger-api-client:ledger-api-client
|
2019-11-14 20:40:54 +03:00
|
|
|
type: jar-scala
|
2020-02-13 16:52:48 +03:00
|
|
|
- target: //ledger/ledger-api-common:ledger-api-common
|
2019-04-29 18:11:01 +03:00
|
|
|
type: jar-scala
|
2020-02-13 16:52:48 +03:00
|
|
|
- target: //ledger/ledger-api-domain:ledger-api-domain
|
2019-06-17 16:37:49 +03:00
|
|
|
type: jar-scala
|
2020-02-13 16:52:48 +03:00
|
|
|
- target: //ledger/ledger-api-health:ledger-api-health
|
2019-11-14 20:40:54 +03:00
|
|
|
type: jar-scala
|
2022-02-10 16:25:23 +03:00
|
|
|
- target: //ledger/ledger-api-tests/infrastructure:infrastructure-1.14
|
|
|
|
type: jar-scala
|
|
|
|
- target: //ledger/ledger-api-tests/infrastructure:infrastructure-1.dev
|
|
|
|
type: jar-scala
|
|
|
|
- target: //ledger/ledger-api-tests/runner:runner-1.14
|
|
|
|
type: jar-scala
|
|
|
|
- target: //ledger/ledger-api-tests/runner:runner-1.dev
|
|
|
|
type: jar-scala
|
|
|
|
- target: //ledger/ledger-api-tests/suites:suites-1.14
|
|
|
|
type: jar-scala
|
|
|
|
- target: //ledger/ledger-api-tests/suites:suites-1.dev
|
|
|
|
type: jar-scala
|
|
|
|
- target: //ledger/ledger-api-tests/tool:ledger-api-test-tool
|
2019-04-12 15:57:37 +03:00
|
|
|
type: jar-deploy
|
2022-02-10 16:25:23 +03:00
|
|
|
- target: //ledger/ledger-api-tests/tool:tool-1.14
|
2021-06-29 19:54:39 +03:00
|
|
|
type: jar-deploy
|
2022-02-10 16:25:23 +03:00
|
|
|
- target: //ledger/ledger-api-tests/tool:tool-1.dev
|
2021-06-29 19:54:39 +03:00
|
|
|
type: jar-deploy
|
2021-07-15 16:03:19 +03:00
|
|
|
- target: //ledger/ledger-configuration:ledger-configuration
|
|
|
|
type: jar-scala
|
|
|
|
- target: //ledger/ledger-configuration/protobuf:ledger_configuration_proto_jar
|
|
|
|
type: jar-lib
|
|
|
|
- target: //ledger/ledger-configuration/protobuf:ledger_configuration_proto_java
|
|
|
|
type: jar-proto
|
2021-08-16 11:21:25 +03:00
|
|
|
- target: //ledger/ledger-grpc:ledger-grpc
|
|
|
|
type: jar-scala
|
2021-07-15 18:53:03 +03:00
|
|
|
- target: //ledger/ledger-offset:ledger-offset
|
|
|
|
type: jar-scala
|
2020-10-20 12:26:28 +03:00
|
|
|
- target: //ledger/ledger-resources:ledger-resources
|
|
|
|
type: jar-scala
|
2020-04-14 15:32:03 +03:00
|
|
|
- target: //ledger/metrics:metrics
|
|
|
|
type: jar-scala
|
2021-05-12 17:13:23 +03:00
|
|
|
- target: //ledger/metrics:metrics-test-lib
|
|
|
|
type: jar-scala
|
2020-07-17 18:06:06 +03:00
|
|
|
- target: //ledger/participant-integration-api:ledger-api-server
|
|
|
|
type: jar-scala
|
|
|
|
- target: //ledger/participant-integration-api:participant-integration-api
|
|
|
|
type: jar-scala
|
2021-08-18 20:59:14 +03:00
|
|
|
- target: //ledger/participant-integration-api:participant-integration-api-proto_scala
|
|
|
|
type: jar-scala
|
2022-04-26 14:42:04 +03:00
|
|
|
- target: //ledger/participant-state:dar-files-1.dev-lib
|
|
|
|
type: jar-scala
|
2019-04-23 15:00:55 +03:00
|
|
|
- target: //ledger/participant-state:participant-state
|
2019-04-29 18:11:01 +03:00
|
|
|
type: jar-scala
|
2020-02-13 16:52:48 +03:00
|
|
|
- target: //ledger/participant-state-index:participant-state-index
|
2019-08-14 20:19:31 +03:00
|
|
|
type: jar-scala
|
2022-04-19 16:22:31 +03:00
|
|
|
- target: //ledger/participant-state-kv-errors:participant-state-kv-errors
|
|
|
|
type: jar-scala
|
2020-03-25 18:11:37 +03:00
|
|
|
- target: //ledger/participant-state-metrics:participant-state-metrics
|
|
|
|
type: jar-scala
|
2021-03-25 10:35:43 +03:00
|
|
|
- target: //ledger/sandbox-on-x:sandbox-on-x
|
|
|
|
type: jar-scala
|
2022-01-14 11:30:08 +03:00
|
|
|
- target: //ledger/sandbox-on-x:sandbox-on-x-app-lib
|
|
|
|
type: jar-scala
|
2022-01-13 13:47:57 +03:00
|
|
|
- target: //ledger/sandbox-on-x:app
|
|
|
|
type: jar-deploy
|
2022-02-14 16:52:06 +03:00
|
|
|
- target: //ledger/ledger-runner-common:ledger-runner-common
|
|
|
|
type: jar-scala
|
2021-07-28 13:14:56 +03:00
|
|
|
- target: //ledger/test-common:dar-files-1.14-lib
|
2021-03-19 18:29:02 +03:00
|
|
|
type: jar-scala
|
|
|
|
- target: //ledger/test-common:dar-files-1.dev-lib
|
|
|
|
type: jar-scala
|
2022-02-10 16:25:23 +03:00
|
|
|
- target: //ledger/test-common:model-tests-1.14.scala
|
|
|
|
type: jar-scala
|
|
|
|
- target: //ledger/test-common:model-tests-1.dev.scala
|
|
|
|
type: jar-scala
|
|
|
|
- target: //ledger/test-common:package_management-tests-1.14.scala
|
|
|
|
type: jar-scala
|
|
|
|
- target: //ledger/test-common:package_management-tests-1.dev.scala
|
|
|
|
type: jar-scala
|
|
|
|
- target: //ledger/test-common:performance-tests-1.14.scala
|
|
|
|
type: jar-scala
|
|
|
|
- target: //ledger/test-common:performance-tests-1.dev.scala
|
|
|
|
type: jar-scala
|
|
|
|
- target: //ledger/test-common:semantic-tests-1.14.scala
|
|
|
|
type: jar-scala
|
|
|
|
- target: //ledger/test-common:semantic-tests-1.dev.scala
|
|
|
|
type: jar-scala
|
2021-07-28 13:14:56 +03:00
|
|
|
- target: //ledger/test-common:test-common-1.14
|
2021-03-19 18:29:02 +03:00
|
|
|
type: jar-scala
|
|
|
|
- target: //ledger/test-common:test-common-1.dev
|
|
|
|
type: jar-scala
|
2022-08-30 10:20:22 +03:00
|
|
|
- target: //ledger/test-common:carbonv1-tests-1.15.scala
|
|
|
|
type: jar-scala
|
|
|
|
- target: //ledger/test-common:carbonv2-tests-1.15.scala
|
|
|
|
type: jar-scala
|
2022-08-22 19:59:03 +03:00
|
|
|
- target: //ledger/test-common:carbonv1-tests-1.dev.scala
|
|
|
|
type: jar-scala
|
|
|
|
- target: //ledger/test-common:carbonv2-tests-1.dev.scala
|
|
|
|
type: jar-scala
|
2022-08-25 15:32:10 +03:00
|
|
|
- target: //ledger/test-common:carbonv3-tests-1.dev.scala
|
|
|
|
type: jar-scala
|
2020-02-13 16:52:48 +03:00
|
|
|
- target: //ledger-service/lf-value-json:lf-value-json
|
2019-12-05 16:04:20 +03:00
|
|
|
type: jar-scala
|
2020-04-16 20:12:30 +03:00
|
|
|
- target: //ledger-service/cli-opts:cli-opts
|
|
|
|
type: jar-scala
|
2020-02-13 16:52:48 +03:00
|
|
|
- target: //ledger-service/jwt:jwt
|
|
|
|
type: jar-scala
|
|
|
|
- target: //ledger-service/utils:utils
|
2019-11-14 20:40:54 +03:00
|
|
|
type: jar-scala
|
2019-12-05 15:31:14 +03:00
|
|
|
- target: //libs-scala/auth-utils:auth-utils
|
|
|
|
type: jar-scala
|
2020-09-17 20:12:40 +03:00
|
|
|
- target: //libs-scala/build-info:build-info
|
|
|
|
type: jar-scala
|
|
|
|
- target: //libs-scala/concurrent:concurrent
|
|
|
|
type: jar-scala
|
2020-01-21 16:25:06 +03:00
|
|
|
- target: //libs-scala/contextualized-logging:contextualized-logging
|
|
|
|
type: jar-scala
|
2022-03-10 00:15:32 +03:00
|
|
|
- target: //libs-scala/crypto:crypto
|
|
|
|
type: jar-scala
|
2021-02-03 13:45:05 +03:00
|
|
|
- target: //libs-scala/doobie-slf4j:doobie-slf4j
|
|
|
|
type: jar-scala
|
2019-11-19 19:12:25 +03:00
|
|
|
- target: //libs-scala/grpc-utils:grpc-utils
|
|
|
|
type: jar-scala
|
2021-06-30 15:08:33 +03:00
|
|
|
- target: //libs-scala/logging-entries:logging-entries
|
|
|
|
type: jar-scala
|
2022-03-21 20:14:17 +03:00
|
|
|
- target: //libs-scala/nonempty:nonempty
|
|
|
|
type: jar-scala
|
NonEmpty utilities, new nonempty-cats library (#13115)
New instances and collection methods, many of which included
as-is from @andreaslochbihler-da's experiments downstream.
* mk, a version of apply with special inference
* new names for the conversion functions suggested by
@andreaslochbihler-da
* groupBy1, zipWithIndex, reduceLeft, last1, distinct, toVector1
* a derived Semigroup instance
* a more explicit subtyping utility to specify implicit preference than
what we get with shapeless @@
* from method, alias for unapply
* cats functorial, foldable instances in the new nonempty-cats library
* new NonEmpty utilities
CHANGELOG_BEGIN
CHANGELOG_END
Co-authored-by: Andreas Lochbihler <36634420+andreaslochbihler-da@users.noreply.github.com>
2022-03-10 19:30:42 +03:00
|
|
|
- target: //libs-scala/nonempty-cats:nonempty-cats
|
|
|
|
type: jar-scala
|
2020-03-03 11:59:15 +03:00
|
|
|
- target: //libs-scala/ports:ports
|
|
|
|
type: jar-scala
|
2020-01-16 17:13:18 +03:00
|
|
|
- target: //libs-scala/resources:resources
|
|
|
|
type: jar-scala
|
|
|
|
- target: //libs-scala/resources-akka:resources-akka
|
|
|
|
type: jar-scala
|
2021-01-25 12:32:36 +03:00
|
|
|
- target: //libs-scala/resources-grpc:resources-grpc
|
|
|
|
type: jar-scala
|
2022-02-01 00:10:27 +03:00
|
|
|
- target: //libs-scala/safe-proto:safe-proto
|
|
|
|
type: jar-scala
|
2020-09-17 20:12:40 +03:00
|
|
|
- target: //libs-scala/scala-utils:scala-utils
|
|
|
|
type: jar-scala
|
2020-05-28 00:25:43 +03:00
|
|
|
- target: //libs-scala/scalatest-utils:scalatest-utils
|
|
|
|
type: jar-scala
|
2022-03-22 13:02:34 +03:00
|
|
|
- target: //libs-scala/test-evidence/scalatest:test-evidence-scalatest
|
|
|
|
type: jar-scala
|
|
|
|
- target: //libs-scala/test-evidence/tag:test-evidence-tag
|
|
|
|
type: jar-scala
|
2022-03-23 20:24:14 +03:00
|
|
|
- target: //libs-scala/test-evidence/generator:generator
|
|
|
|
type: jar-scala
|
2019-11-19 19:12:25 +03:00
|
|
|
- target: //libs-scala/timer-utils:timer-utils
|
|
|
|
type: jar-scala
|
2020-02-13 16:52:48 +03:00
|
|
|
- target: //triggers/runner:trigger-runner-lib
|
|
|
|
type: jar-scala
|
2021-05-26 12:58:02 +03:00
|
|
|
- target: //libs-scala/nameof:nameof
|
|
|
|
type: jar-scala
|
2021-09-16 18:19:03 +03:00
|
|
|
- target: //ledger/error:error
|
|
|
|
type: jar-scala
|
2022-04-29 14:59:19 +03:00
|
|
|
- target: //ledger/error:error-test-lib
|
|
|
|
type: jar-scala
|
2021-11-10 21:08:33 +03:00
|
|
|
- target: //ledger/error/generator:lib
|
|
|
|
type: jar-scala
|