Skip to content

Commit 55d2de0

Browse files
authored
Fix version conflict (#5192)
The version was bumped while this PR was in flight, giving us a semantic merge conflict.
1 parent e06e67f commit 55d2de0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plutus-benchmark/plutus-benchmark.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ test-suite plutus-benchmark-lists-tests
247247
, base >=4.9 && <5
248248
, lists-internal
249249
, plutus-benchmark-common
250-
, plutus-core:plutus-core-testlib ^>=1.1
251-
, plutus-tx:plutus-tx-testlib ^>=1.1
250+
, plutus-core:plutus-core-testlib ^>=1.2
251+
, plutus-tx:plutus-tx-testlib ^>=1.2
252252
, tasty
253253
, tasty-quickcheck
254254

0 commit comments

Comments
 (0)