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