1

I tried to upgrade DAML SDK for purpose of testing, but now I want to downgrade version for running code already written for 0.13.36 version.

stefanobaghino
  • 11,253
  • 4
  • 35
  • 63
arjun a
  • 151
  • 7

1 Answers1

1

DAML SDK version is controlled project by project by setting the sdk-version in daml.yaml. So if you have a project written with SDK 0.13.36, just make sure the daml.yaml still contains sdk-version: 0.13.36. daml start and daml build will then do their job using that SDK version.

bame
  • 960
  • 5
  • 7