@@ -40,10 +40,10 @@ library docusaurus-code
4040
4141 build-depends :
4242 , base >= 4.9 && < 5
43- , plutus-core ^>= 1.63
44- , plutus-ledger-api ^>= 1.63
45- , plutus-tx ^>= 1.63
46- , plutus-tx-plugin ^>= 1.63
43+ , plutus-core ^>= 1.64
44+ , plutus-ledger-api ^>= 1.64
45+ , plutus-tx ^>= 1.64
46+ , plutus-tx-plugin ^>= 1.64
4747
4848executable example-cip57
4949 import : lang, ghc-version-support, os-support
@@ -54,9 +54,9 @@ executable example-cip57
5454 build-depends :
5555 , base ^>= 4.18
5656 , containers
57- , plutus-ledger-api ^>= 1.63
58- , plutus-tx ^>= 1.63
59- , plutus-tx-plugin ^>= 1.63
57+ , plutus-ledger-api ^>= 1.64
58+ , plutus-tx ^>= 1.64
59+ , plutus-tx-plugin ^>= 1.64
6060
6161executable example-evaluation
6262 import : lang, ghc-version-support, os-support
@@ -66,9 +66,9 @@ executable example-evaluation
6666 other-modules : Paths_docusaurus_examples
6767 build-depends :
6868 , base ^>= 4.18
69- , plutus-ledger-api ^>= 1.63
70- , plutus-tx ^>= 1.63
71- , plutus-tx-plugin ^>= 1.63
69+ , plutus-ledger-api ^>= 1.64
70+ , plutus-tx ^>= 1.64
71+ , plutus-tx-plugin ^>= 1.64
7272 , plutus-tx :plutus-tx-testlib
7373 , text
7474
@@ -87,9 +87,9 @@ executable example-builtin-array
8787 build-depends :
8888 , base ^>= 4.18
8989 , colourista
90- , plutus-core ^>= 1.63
91- , plutus-tx ^>= 1.63
92- , plutus-tx-plugin ^>= 1.63
90+ , plutus-core ^>= 1.64
91+ , plutus-tx ^>= 1.64
92+ , plutus-tx-plugin ^>= 1.64
9393 , plutus-tx :plutus-tx-testlib
9494 , text
9595
@@ -109,6 +109,6 @@ executable quickstart
109109 , base >= 4.9 && < 5
110110 , base16-bytestring
111111 , bytestring
112- , plutus-ledger-api ^>= 1.63
113- , plutus-tx ^>= 1.63
114- , plutus-tx-plugin ^>= 1.63
112+ , plutus-ledger-api ^>= 1.64
113+ , plutus-tx ^>= 1.64
114+ , plutus-tx-plugin ^>= 1.64
0 commit comments