@@ -40,10 +40,10 @@ library docusaurus-code
4040
4141 build-depends :
4242 , base >= 4.9 && < 5
43- , plutus-core ^>= 1.62
44- , plutus-ledger-api ^>= 1.62
45- , plutus-tx ^>= 1.62
46- , plutus-tx-plugin ^>= 1.62
43+ , plutus-core ^>= 1.63
44+ , plutus-ledger-api ^>= 1.63
45+ , plutus-tx ^>= 1.63
46+ , plutus-tx-plugin ^>= 1.63
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.62
58- , plutus-tx ^>= 1.62
59- , plutus-tx-plugin ^>= 1.62
57+ , plutus-ledger-api ^>= 1.63
58+ , plutus-tx ^>= 1.63
59+ , plutus-tx-plugin ^>= 1.63
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.62
70- , plutus-tx ^>= 1.62
71- , plutus-tx-plugin ^>= 1.62
69+ , plutus-ledger-api ^>= 1.63
70+ , plutus-tx ^>= 1.63
71+ , plutus-tx-plugin ^>= 1.63
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.62
91- , plutus-tx ^>= 1.62
92- , plutus-tx-plugin ^>= 1.62
90+ , plutus-core ^>= 1.63
91+ , plutus-tx ^>= 1.63
92+ , plutus-tx-plugin ^>= 1.63
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.62
113- , plutus-tx ^>= 1.62
114- , plutus-tx-plugin ^>= 1.62
112+ , plutus-ledger-api ^>= 1.63
113+ , plutus-tx ^>= 1.63
114+ , plutus-tx-plugin ^>= 1.63
0 commit comments