@@ -94,8 +94,8 @@ library plutus-benchmark-common
9494 , directory
9595 , filepath
9696 , flat ^>= 0.6
97- , plutus-core ^>= 1.37
98- , plutus-ledger-api ^>= 1.37
97+ , plutus-core ^>= 1.38
98+ , plutus-ledger-api ^>= 1.38
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.37
126- , plutus-tx ^>= 1.37
127- , plutus-tx-plugin ^>= 1.37
125+ , plutus-core ^>= 1.38
126+ , plutus-tx ^>= 1.38
127+ , plutus-tx-plugin ^>= 1.38
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.37
142- , plutus-tx ^>= 1.37
141+ , plutus-core ^>= 1.38
142+ , plutus-tx ^>= 1.38
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.37
180+ , plutus-core ^>= 1.38
181181 , plutus-core :plutus-core-testlib
182- , plutus-tx ^>= 1.37
182+ , plutus-tx ^>= 1.38
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.37
210- , plutus-tx ^>= 1.37
211- , plutus-tx-plugin ^>= 1.37
209+ , plutus-core ^>= 1.38
210+ , plutus-tx ^>= 1.38
211+ , plutus-tx-plugin ^>= 1.38
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.37
222+ , plutus-core ^>= 1.38
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.37
234+ , plutus-ledger-api ^>= 1.38
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.37
252- , plutus-tx :plutus-tx-testlib ^>= 1.37
251+ , plutus-core :plutus-core-testlib ^>= 1.38
252+ , plutus-tx :plutus-tx-testlib ^>= 1.38
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.37
274- , plutus-ledger-api ^>= 1.37
273+ , plutus-core ^>= 1.38
274+ , plutus-ledger-api ^>= 1.38
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.37
295- , plutus-ledger-api ^>= 1.37
294+ , plutus-core ^>= 1.38
295+ , plutus-ledger-api ^>= 1.38
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.37
316- , plutus-ledger-api ^>= 1.37
315+ , plutus-core ^>= 1.38
316+ , plutus-ledger-api ^>= 1.38
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.37
333- , plutus-ledger-api ^>= 1.37
334- , plutus-tx ^>= 1.37
335- , plutus-tx-plugin ^>= 1.37
332+ , plutus-core ^>= 1.38
333+ , plutus-ledger-api ^>= 1.38
334+ , plutus-tx ^>= 1.38
335+ , plutus-tx-plugin ^>= 1.38
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.37
352- , plutus-tx ^>= 1.37
353- , plutus-tx-plugin ^>= 1.37
351+ , plutus-core ^>= 1.38
352+ , plutus-tx ^>= 1.38
353+ , plutus-tx-plugin ^>= 1.38
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.37
370+ , plutus-core ^>= 1.38
371371 , plutus-core :plutus-core-testlib
372- , plutus-tx ^>= 1.37
373- , plutus-tx-plugin ^>= 1.37
372+ , plutus-tx ^>= 1.38
373+ , plutus-tx-plugin ^>= 1.38
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.37
392- , plutus-ledger-api ^>= 1.37
393- , plutus-tx ^>= 1.37
394- , plutus-tx-plugin ^>= 1.37
391+ , plutus-core ^>= 1.38
392+ , plutus-ledger-api ^>= 1.38
393+ , plutus-tx ^>= 1.38
394+ , plutus-tx-plugin ^>= 1.38
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.37
418+ , plutus-core :plutus-core-testlib ^>= 1.38
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.37
433- , plutus-tx ^>= 1.37
432+ , plutus-ledger-api ^>= 1.38
433+ , plutus-tx ^>= 1.38
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.37
447- , plutus-tx ^>= 1.37
448- , plutus-tx-plugin ^>= 1.37
446+ , plutus-ledger-api ^>= 1.38
447+ , plutus-tx ^>= 1.38
448+ , plutus-tx-plugin ^>= 1.38
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.37
460+ , plutus-core ^>= 1.38
461461 , plutus-core :plutus-core-testlib
462- , plutus-tx :plutus-tx-testlib ^>= 1.37
462+ , plutus-tx :plutus-tx-testlib ^>= 1.38
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.37
491+ , plutus-core ^>= 1.38
492492 , plutus-core :plutus-core-execlib
493- , plutus-ledger-api ^>= 1.37
494- , plutus-tx ^>= 1.37
495- , plutus-tx-plugin ^>= 1.37
493+ , plutus-ledger-api ^>= 1.38
494+ , plutus-tx ^>= 1.38
495+ , plutus-tx-plugin ^>= 1.38
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.37
516- , plutus-tx ^>= 1.37
515+ , plutus-ledger-api ^>= 1.38
516+ , plutus-tx ^>= 1.38
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.37
531- , plutus-tx ^>= 1.37
530+ , plutus-ledger-api ^>= 1.38
531+ , plutus-tx ^>= 1.38
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.37
543+ , plutus-core ^>= 1.38
544544 , plutus-core :plutus-core-testlib
545- , plutus-ledger-api ^>= 1.37
546- , plutus-tx ^>= 1.37
545+ , plutus-ledger-api ^>= 1.38
546+ , plutus-tx ^>= 1.38
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.37
561+ , plutus-core ^>= 1.38
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.37
581+ , plutus-core ^>= 1.38
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.37
609- , plutus-tx ^>= 1.37
608+ , plutus-ledger-api ^>= 1.38
609+ , plutus-tx ^>= 1.38
610610
611611-------------------- bitwise-----------------------
612612
@@ -622,8 +622,8 @@ library bitwise-internal
622622
623623 build-depends :
624624 , base
625- , plutus-tx ^>= 1.37
626- , plutus-tx-plugin ^>= 1.37
625+ , plutus-tx ^>= 1.38
626+ , plutus-tx-plugin ^>= 1.38
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.37
639- , plutus-tx ^>= 1.37
638+ , plutus-core :plutus-core-testlib ^>= 1.38
639+ , plutus-tx ^>= 1.38
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.37
654+ , plutus-tx ^>= 1.38
0 commit comments