Release Daml-script runner (#13980)

CHANGELOG_BEGIN
CHANGELOG_END
This commit is contained in:
Remy 2022-05-25 15:33:21 +02:00 committed by GitHub
parent ecb3149a6d
commit 76eabe613e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,7 @@ da_scala_library(
"@maven//:org_typelevel_paiges_core",
],
scalacopts = script_scalacopts,
tags = ["maven_coordinates=com.daml:daml-script-runner:__VERSION__"],
visibility = ["//visibility:public"],
deps = [
"//daml-lf/archive:daml_lf_1.dev_archive_proto_java",

View File

@ -51,6 +51,8 @@
type: jar-scala
- target: //daml-lf/validation:validation
type: jar-scala
- target: //daml-script/runner:script-runner-lib
type: jar-scala
- target: //daml-script/converter:converter
type: jar-scala
- target: //language-support/codegen-common:codegen-common