Skip to content

Commit

Permalink
Update versions in plutus-benchmark.cabal
Browse files Browse the repository at this point in the history
  • Loading branch information
kwxm committed Mar 16, 2023
1 parent f1581d5 commit fa29bc1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions plutus-benchmark/plutus-benchmark.cabal
Expand Up @@ -383,9 +383,9 @@ library bls-internal
, deepseq
, hedgehog
, plutus-benchmark-common
, plutus-core ^>=1.2
, plutus-tx ^>=1.2
, plutus-tx-plugin ^>=1.2
, plutus-core ^>=1.3
, plutus-tx ^>=1.3
, plutus-tx-plugin ^>=1.3

-- Print out predicted costs of various scripts involving BLS12_381 operations
executable bls-costs
Expand All @@ -404,9 +404,9 @@ executable bls-costs
, cardano-crypto-class
, flat
, hedgehog
, plutus-core ^>=1.2
, plutus-tx ^>=1.2
, plutus-tx-plugin ^>=1.2
, plutus-core ^>=1.3
, plutus-tx ^>=1.3
, plutus-tx-plugin ^>=1.3

-- Run benchmarks for various scripts involving BLS12_381 operations
benchmark bls-benchmarks
Expand All @@ -423,8 +423,8 @@ benchmark bls-benchmarks
, bls-internal
, criterion >=1.5.9.0
, plutus-benchmark-common
, plutus-core ^>=1.2
, plutus-tx ^>=1.2
, plutus-core ^>=1.3
, plutus-tx ^>=1.3

---------------- script contexts ----------------

Expand Down

0 comments on commit fa29bc1

Please sign in to comment.