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