Merge branch 'master' into emiflake/safe-money

This commit is contained in:
Emily Martins 2022-02-14 23:28:20 +01:00
commit 01ee791f77
25 changed files with 812 additions and 186 deletions

View file

@ -68,6 +68,7 @@ common deps
, data-default-class
, plutarch
, plutus-core
, plutus-extra
, plutus-ledger
, plutus-ledger-api
, plutus-tx
@ -78,7 +79,6 @@ common deps
, serialise
, template-haskell
, text
, plutus-extra
common test-deps
build-depends:
@ -86,6 +86,7 @@ common test-deps
, quickcheck-instances
, tagged
, tasty
, tasty-hunit
, utf8-string
--------------------------------------------------------------------------------