Skip to content
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies:
- path/to/daml-props/.daml/dist/daml-props-0.1.0.dar
```

Requires DAML SDK 3.4.10 (target 2.1). Build with `dpm build`, test with `dpm test`.
Requires DAML SDK 3.4.11 (target 2.1). Build with `dpm build`, test with `dpm test`.

## Quick Start

Expand Down Expand Up @@ -248,7 +248,7 @@ To use daml-props in your own test package:

## Requirements

- DAML SDK 3.4.10 (target: 2.1)
- DAML SDK 3.4.11 (target: 2.1)
- Build tool: [`dpm`](https://github.com/OpenZeppelin/dpm) (not the deprecated `daml` CLI)
- Dependencies: `daml-prim`, `daml-stdlib`, `daml-script`

Expand Down
2 changes: 1 addition & 1 deletion daml.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sdk-version: 3.4.10
sdk-version: 3.4.11
name: daml-props
source: daml
version: 0.1.0
Expand Down