Merge branch 'master' into emiflake/bench

This commit is contained in:
Emily Martins 2022-02-14 21:47:50 +01:00
commit 4e61bec52e
8 changed files with 146 additions and 24 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
--------------------------------------------------------------------------------