@@ -129,12 +129,12 @@ library
129129 cardano-data >= 1.0 ,
130130 cardano-ledger-allegra >= 1.7 ,
131131 cardano-ledger-alonzo >= 1.13 ,
132- cardano-ledger-api ^>= 1.12.1 ,
132+ cardano-ledger-api ^>= 1.13 ,
133133 cardano-ledger-babbage >= 1.11 ,
134134 cardano-ledger-binary >= 1.6 ,
135135 cardano-ledger-byron >= 1.2 ,
136136 cardano-ledger-conway >= 1.19 ,
137- cardano-ledger-core >= 1.17 && < 1.19 ,
137+ cardano-ledger-core >= 1.17 && < 1.20 ,
138138 cardano-ledger-dijkstra >= 0.1 ,
139139 cardano-ledger-mary >= 1.8 ,
140140 cardano-ledger-shelley >= 1.16 ,
@@ -172,8 +172,8 @@ library
172172 ouroboros-network-framework,
173173 ouroboros-network-protocols >= 0.15 ,
174174 parsec,
175- plutus-core ^>= 1.53 ,
176- plutus-ledger-api ^>= 1.53 ,
175+ plutus-core ^>= 1.53.1 ,
176+ plutus-ledger-api ^>= 1.53.1 ,
177177 pretty-simple,
178178 prettyprinter,
179179 prettyprinter-ansi-terminal,
@@ -318,7 +318,7 @@ library gen
318318
319319 build-depends :
320320 FailT,
321- QuickCheck < 2.16 ,
321+ QuickCheck,
322322 aeson >= 1.5.6.0 ,
323323 base16-bytestring,
324324 bytestring,
@@ -359,7 +359,7 @@ test-suite cardano-api-test
359359 buildable : False
360360 build-depends :
361361 FailT,
362- QuickCheck < 2.16 ,
362+ QuickCheck,
363363 aeson >= 1.5.6.0 ,
364364 base16-bytestring,
365365 bytestring,
@@ -371,7 +371,7 @@ test-suite cardano-api-test
371371 cardano-crypto-tests ^>= 2.2 ,
372372 cardano-crypto-wrapper,
373373 cardano-ledger-alonzo,
374- cardano-ledger-api ^>= 1.12.1 ,
374+ cardano-ledger-api ^>= 1.13 ,
375375 cardano-ledger-binary,
376376 cardano-ledger-conway,
377377 cardano-ledger-core >= 1.14 ,
@@ -446,7 +446,7 @@ test-suite cardano-api-golden
446446 cardano-crypto-class,
447447 cardano-data >= 1.0 ,
448448 cardano-ledger-alonzo,
449- cardano-ledger-api ^>= 1.12.1 ,
449+ cardano-ledger-api ^>= 1.13 ,
450450 cardano-ledger-binary,
451451 cardano-ledger-core >= 1.14 ,
452452 cardano-ledger-shelley,
0 commit comments