Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove '--target=1.15' requirement. #867

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions docs/2.10.0/docs/daml/reference/interfaces.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,8 @@ interface instead of the concrete template.
Configuration
*************

In order to use this new feature, your Daml project needs to
explicitly target Daml-LF version ``1.15`` or higher which is
specified by adding the following line to the project's ``daml.yaml``
file:

.. code-block:: yaml

build-options: [--target=1.15]
To use this feature your Daml project must target
Daml-LF version ``1.15`` or higher, which is the current default.

If using Canton, the protocol version of the sync domain should be `4` or
higher, see :ref:`Canton protocol version <protocol_version>` for more
Expand Down
10 changes: 2 additions & 8 deletions docs/2.7.9/docs/daml/reference/interfaces.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,8 @@ interface instead of the concrete template.
Configuration
*************

In order to use this new feature, your Daml project needs to
explicitly target Daml-LF version ``1.15`` or higher which is
specified by adding the following line to the project's ``daml.yaml``
file:

.. code-block:: yaml

build-options: [--target=1.15]
To use this feature your Daml project must target
Daml-LF version ``1.15`` or higher, which is the current default.

If using Canton, the protocol version of the domain should be `4` or
higher, see :ref:`Canton protocol version <protocol_version>` for more
Expand Down
10 changes: 2 additions & 8 deletions docs/2.8.11/docs/daml/reference/interfaces.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,8 @@ interface instead of the concrete template.
Configuration
*************

In order to use this new feature, your Daml project needs to
explicitly target Daml-LF version ``1.15`` or higher which is
specified by adding the following line to the project's ``daml.yaml``
file:

.. code-block:: yaml

build-options: [--target=1.15]
To use this feature your Daml project must target
Daml-LF version ``1.15`` or higher, which is the current default.

If using Canton, the protocol version of the domain should be `4` or
higher, see :ref:`Canton protocol version <protocol_version>` for more
Expand Down
10 changes: 2 additions & 8 deletions docs/2.9.5/docs/daml/reference/interfaces.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,8 @@ interface instead of the concrete template.
Configuration
*************

In order to use this new feature, your Daml project needs to
explicitly target Daml-LF version ``1.15`` or higher which is
specified by adding the following line to the project's ``daml.yaml``
file:

.. code-block:: yaml

build-options: [--target=1.15]
To use this feature your Daml project must target
Daml-LF version ``1.15`` or higher, which is the current default.

If using Canton, the protocol version of the sync domain should be `4` or
higher, see :ref:`Canton protocol version <protocol_version>` for more
Expand Down
10 changes: 2 additions & 8 deletions docs/3.1/docs/daml/reference/interfaces.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,8 @@ interface instead of the concrete template.
Configuration
*************

In order to use this new feature, your Daml project needs to
explicitly target Daml-LF version ``1.15`` or higher which is
specified by adding the following line to the project's ``daml.yaml``
file:

.. code-block:: yaml

build-options: [--target=1.15]
To use this feature your Daml project must target
Daml-LF version ``1.15`` or higher, which is the current default.

If using Canton, the protocol version of the sync domain should be `4` or
higher, see Canton protocol version for more details.
Expand Down