Exactly what the question says, more specifically if I look at the release page and find a release I want how do I install it?
And how would I update my daml.yaml
to use a specific snapshot version?
Exactly what the question says, more specifically if I look at the release page and find a release I want how do I install it?
And how would I update my daml.yaml
to use a specific snapshot version?
You can install the newest snapshot using the following command:
daml install 0.13.56-snapshot.20200411.3905.0.f050da78
To specify it in your daml.yaml
, change sdk-version
to the same version:
sdk-version: 0.13.56-snapshot.20200411.3905.0.f050da78
Starting from 1.0 (or the RC snapshots) you can also use the following command to list all versions including snapshots
daml version --snapshots=yes --all=yes
For older versions, you can see the snapshot version on https://github.com/digital-asset/daml/releases. Note that you’ll have to remove the v
at the beginning.