@@ -94,8 +94,8 @@ library plutus-benchmark-common
9494 , directory
9595 , filepath
9696 , flat ^>= 0.6
97- , plutus-core ^>= 1.36
98- , plutus-ledger-api ^>= 1.36
97+ , plutus-core ^>= 1.37
98+ , plutus-ledger-api ^>= 1.37
9999 , plutus-tx-test-util
100100 , tasty
101101 , tasty-golden
@@ -122,9 +122,9 @@ library nofib-internal
122122 , base >= 4.9 && < 5
123123 , deepseq
124124 , plutus-benchmark-common
125- , plutus-core ^>= 1.36
126- , plutus-tx ^>= 1.36
127- , plutus-tx-plugin ^>= 1.36
125+ , plutus-core ^>= 1.37
126+ , plutus-tx ^>= 1.37
127+ , plutus-tx-plugin ^>= 1.37
128128
129129executable nofib-exe
130130 import : lang, ghc-version-support, os-support
@@ -138,8 +138,8 @@ executable nofib-exe
138138 , nofib-internal
139139 , optparse-applicative
140140 , plutus-benchmark-common
141- , plutus-core ^>= 1.36
142- , plutus-tx ^>= 1.36
141+ , plutus-core ^>= 1.37
142+ , plutus-tx ^>= 1.37
143143 , prettyprinter
144144 , transformers
145145
@@ -177,9 +177,9 @@ test-suite plutus-benchmark-nofib-tests
177177 , base >= 4.9 && < 5
178178 , nofib-internal
179179 , plutus-benchmark-common
180- , plutus-core ^>= 1.36
180+ , plutus-core ^>= 1.37
181181 , plutus-core :plutus-core-testlib
182- , plutus-tx ^>= 1.36
182+ , plutus-tx ^>= 1.37
183183 , plutus-tx :plutus-tx-testlib
184184 , tasty
185185 , tasty-hunit
@@ -206,9 +206,9 @@ library lists-internal
206206 , base >= 4.9 && < 5
207207 , mtl
208208 , plutus-benchmark-common
209- , plutus-core ^>= 1.36
210- , plutus-tx ^>= 1.36
211- , plutus-tx-plugin ^>= 1.36
209+ , plutus-core ^>= 1.37
210+ , plutus-tx ^>= 1.37
211+ , plutus-tx-plugin ^>= 1.37
212212
213213executable list-sort-exe
214214 import : lang, ghc-version-support, os-support
@@ -219,7 +219,7 @@ executable list-sort-exe
219219 , lists-internal
220220 , monoidal-containers
221221 , plutus-benchmark-common
222- , plutus-core ^>= 1.36
222+ , plutus-core ^>= 1.37
223223
224224benchmark lists
225225 import : lang, ghc-version-support, os-support
@@ -231,7 +231,7 @@ benchmark lists
231231 , criterion >= 1.5.9.0
232232 , lists-internal
233233 , plutus-benchmark-common
234- , plutus-ledger-api ^>= 1.36
234+ , plutus-ledger-api ^>= 1.37
235235
236236test-suite plutus-benchmark-lists-tests
237237 import : lang, ghc-version-support, os-support
@@ -248,8 +248,8 @@ test-suite plutus-benchmark-lists-tests
248248 , base >= 4.9 && < 5
249249 , lists-internal
250250 , plutus-benchmark-common
251- , plutus-core :plutus-core-testlib ^>= 1.36
252- , plutus-tx :plutus-tx-testlib ^>= 1.36
251+ , plutus-core :plutus-core-testlib ^>= 1.37
252+ , plutus-tx :plutus-tx-testlib ^>= 1.37
253253 , tasty
254254 , tasty-quickcheck
255255
@@ -270,8 +270,8 @@ benchmark validation
270270 , flat ^>= 0.6
271271 , optparse-applicative
272272 , plutus-benchmark-common
273- , plutus-core ^>= 1.36
274- , plutus-ledger-api ^>= 1.36
273+ , plutus-core ^>= 1.37
274+ , plutus-ledger-api ^>= 1.37
275275
276276---------------- validation-decode ----------------
277277
@@ -291,8 +291,8 @@ benchmark validation-decode
291291 , flat ^>= 0.6
292292 , optparse-applicative
293293 , plutus-benchmark-common
294- , plutus-core ^>= 1.36
295- , plutus-ledger-api ^>= 1.36
294+ , plutus-core ^>= 1.37
295+ , plutus-ledger-api ^>= 1.37
296296
297297---------------- validation-full ----------------
298298
@@ -312,8 +312,8 @@ benchmark validation-full
312312 , flat ^>= 0.6
313313 , optparse-applicative
314314 , plutus-benchmark-common
315- , plutus-core ^>= 1.36
316- , plutus-ledger-api ^>= 1.36
315+ , plutus-core ^>= 1.37
316+ , plutus-ledger-api ^>= 1.37
317317
318318---------------- Cek cost model calibration ----------------
319319
@@ -329,10 +329,10 @@ benchmark cek-calibration
329329 , lens
330330 , mtl
331331 , plutus-benchmark-common
332- , plutus-core ^>= 1.36
333- , plutus-ledger-api ^>= 1.36
334- , plutus-tx ^>= 1.36
335- , plutus-tx-plugin ^>= 1.36
332+ , plutus-core ^>= 1.37
333+ , plutus-ledger-api ^>= 1.37
334+ , plutus-tx ^>= 1.37
335+ , plutus-tx-plugin ^>= 1.37
336336
337337---------------- Signature verification throughput ----------------
338338
@@ -348,9 +348,9 @@ executable ed25519-costs
348348 , cardano-crypto-class
349349 , hedgehog
350350 , plutus-benchmark-common
351- , plutus-core ^>= 1.36
352- , plutus-tx ^>= 1.36
353- , plutus-tx-plugin ^>= 1.36
351+ , plutus-core ^>= 1.37
352+ , plutus-tx ^>= 1.37
353+ , plutus-tx-plugin ^>= 1.37
354354
355355-- Calculate the predicted costs of sequences of ed25519 signature verification
356356-- operations and compare them with a golden file.
@@ -367,10 +367,10 @@ test-suite ed25519-costs-test
367367 , cardano-crypto-class
368368 , hedgehog
369369 , plutus-benchmark-common
370- , plutus-core ^>= 1.36
370+ , plutus-core ^>= 1.37
371371 , plutus-core :plutus-core-testlib
372- , plutus-tx ^>= 1.36
373- , plutus-tx-plugin ^>= 1.36
372+ , plutus-tx ^>= 1.37
373+ , plutus-tx-plugin ^>= 1.37
374374
375375---------------- BLS12-381 experiments ----------------
376376
@@ -388,10 +388,10 @@ library bls12-381lib-internal
388388 , bytestring
389389 , hedgehog
390390 , plutus-benchmark-common
391- , plutus-core ^>= 1.36
392- , plutus-ledger-api ^>= 1.36
393- , plutus-tx ^>= 1.36
394- , plutus-tx-plugin ^>= 1.36
391+ , plutus-core ^>= 1.37
392+ , plutus-ledger-api ^>= 1.37
393+ , plutus-tx ^>= 1.37
394+ , plutus-tx-plugin ^>= 1.37
395395
396396-- Print out predicted costs of various scripts involving BLS12-381 operations
397397executable bls12-381-costs
@@ -415,7 +415,7 @@ test-suite bls12-381-costs-test
415415 , base >= 4.9 && < 5
416416 , bls12-381lib-internal
417417 , plutus-benchmark-common
418- , plutus-core :plutus-core-testlib ^>= 1.36
418+ , plutus-core :plutus-core-testlib ^>= 1.37
419419
420420-- Run benchmarks for various scripts involving BLS12-381 operations
421421benchmark bls12-381-benchmarks
@@ -429,8 +429,8 @@ benchmark bls12-381-benchmarks
429429 , bytestring
430430 , criterion >= 1.5.9.0
431431 , plutus-benchmark-common
432- , plutus-ledger-api ^>= 1.36
433- , plutus-tx ^>= 1.36
432+ , plutus-ledger-api ^>= 1.37
433+ , plutus-tx ^>= 1.37
434434
435435---------------- script contexts ----------------
436436
@@ -443,9 +443,9 @@ library script-contexts-internal
443443
444444 build-depends :
445445 , base >= 4.9 && < 5
446- , plutus-ledger-api ^>= 1.36
447- , plutus-tx ^>= 1.36
448- , plutus-tx-plugin ^>= 1.36
446+ , plutus-ledger-api ^>= 1.37
447+ , plutus-tx ^>= 1.37
448+ , plutus-tx-plugin ^>= 1.37
449449
450450test-suite plutus-benchmark-script-contexts-tests
451451 import : lang, ghc-version-support, os-support
@@ -457,9 +457,9 @@ test-suite plutus-benchmark-script-contexts-tests
457457 build-depends :
458458 , base >= 4.9 && < 5
459459 , plutus-benchmark-common
460- , plutus-core ^>= 1.36
460+ , plutus-core ^>= 1.37
461461 , plutus-core :plutus-core-testlib
462- , plutus-tx :plutus-tx-testlib ^>= 1.36
462+ , plutus-tx :plutus-tx-testlib ^>= 1.37
463463 , script-contexts-internal
464464 , tasty
465465 , tasty-hunit
@@ -488,11 +488,11 @@ library marlowe-internal
488488 , mtl
489489 , newtype-generics
490490 , plutus-benchmark-common
491- , plutus-core ^>= 1.36
491+ , plutus-core ^>= 1.37
492492 , plutus-core :plutus-core-execlib
493- , plutus-ledger-api ^>= 1.36
494- , plutus-tx ^>= 1.36
495- , plutus-tx-plugin ^>= 1.36
493+ , plutus-ledger-api ^>= 1.37
494+ , plutus-tx ^>= 1.37
495+ , plutus-tx-plugin ^>= 1.37
496496 , serialise
497497
498498executable marlowe-validators
@@ -512,8 +512,8 @@ executable marlowe-validators
512512 , cardano-binary
513513 , marlowe-internal
514514 , plutus-benchmark-common
515- , plutus-ledger-api ^>= 1.36
516- , plutus-tx ^>= 1.36
515+ , plutus-ledger-api ^>= 1.37
516+ , plutus-tx ^>= 1.37
517517 , serialise
518518
519519benchmark marlowe
@@ -527,8 +527,8 @@ benchmark marlowe
527527 , criterion
528528 , marlowe-internal
529529 , plutus-benchmark-common
530- , plutus-ledger-api ^>= 1.36
531- , plutus-tx ^>= 1.36
530+ , plutus-ledger-api ^>= 1.37
531+ , plutus-tx ^>= 1.37
532532
533533test-suite plutus-benchmark-marlowe-tests
534534 import : lang, ghc-version-support, os-support
@@ -540,10 +540,10 @@ test-suite plutus-benchmark-marlowe-tests
540540 build-depends :
541541 , base >= 4.9 && < 5
542542 , marlowe-internal
543- , plutus-core ^>= 1.36
543+ , plutus-core ^>= 1.37
544544 , plutus-core :plutus-core-testlib
545- , plutus-ledger-api ^>= 1.36
546- , plutus-tx ^>= 1.36
545+ , plutus-ledger-api ^>= 1.37
546+ , plutus-tx ^>= 1.37
547547 , plutus-tx :plutus-tx-testlib
548548 , tasty
549549
@@ -558,7 +558,7 @@ library agda-internal
558558 build-depends :
559559 , base >= 4.9 && < 5
560560 , criterion
561- , plutus-core ^>= 1.36
561+ , plutus-core ^>= 1.37
562562 , plutus-metatheory
563563
564564benchmark validation-agda-cek
@@ -578,7 +578,7 @@ benchmark validation-agda-cek
578578 , flat ^>= 0.6
579579 , optparse-applicative
580580 , plutus-benchmark-common
581- , plutus-core ^>= 1.36
581+ , plutus-core ^>= 1.37
582582
583583benchmark nofib-agda-cek
584584 import : lang, ghc-version-support, os-support
@@ -605,8 +605,8 @@ benchmark marlowe-agda-cek
605605 , criterion
606606 , marlowe-internal
607607 , plutus-benchmark-common
608- , plutus-ledger-api ^>= 1.36
609- , plutus-tx ^>= 1.36
608+ , plutus-ledger-api ^>= 1.37
609+ , plutus-tx ^>= 1.37
610610
611611-------------------- bitwise-----------------------
612612
@@ -622,8 +622,8 @@ library bitwise-internal
622622
623623 build-depends :
624624 , base
625- , plutus-tx ^>= 1.36
626- , plutus-tx-plugin ^>= 1.36
625+ , plutus-tx ^>= 1.37
626+ , plutus-tx-plugin ^>= 1.37
627627
628628test-suite bitwise-test
629629 import : lang, ghc-version-support, os-support
@@ -635,8 +635,8 @@ test-suite bitwise-test
635635 , bitwise-internal
636636 , cryptohash-sha512
637637 , ed25519
638- , plutus-core :plutus-core-testlib ^>= 1.36
639- , plutus-tx ^>= 1.36
638+ , plutus-core :plutus-core-testlib ^>= 1.37
639+ , plutus-tx ^>= 1.37
640640 , plutus-tx :plutus-tx-testlib
641641 , tasty
642642 , tasty-hunit
@@ -651,4 +651,4 @@ benchmark bitwise-bench
651651 , bitwise-internal
652652 , criterion
653653 , plutus-benchmark-common
654- , plutus-tx ^>= 1.36
654+ , plutus-tx ^>= 1.37
0 commit comments