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