Skip to content

Commit

Permalink
Merge pull request #4624 from IntersectMBO/lehins/remove-plutus-upper…
Browse files Browse the repository at this point in the history
…-bounds

Remove upper bound on `plutus-ledger-api`
  • Loading branch information
lehins authored Sep 13, 2024
2 parents 492d54c + fb47511 commit 10c16b1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion eras/alonzo/impl/cardano-ledger-alonzo.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ library
mtl,
microlens,
nothunks,
plutus-ledger-api ^>=1.33,
plutus-ledger-api >=1.33,
set-algebra >=1.0,
small-steps >=1.1,
text,
Expand Down
2 changes: 1 addition & 1 deletion eras/alonzo/test-suite/cardano-ledger-alonzo-test.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ library
containers,
data-default-class,
microlens,
plutus-ledger-api ^>=1.33,
plutus-ledger-api >=1.33,
QuickCheck,
random,
serialise,
Expand Down
2 changes: 1 addition & 1 deletion eras/babbage/impl/cardano-ledger-babbage.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ library
deepseq,
microlens,
nothunks,
plutus-ledger-api ^>=1.33,
plutus-ledger-api >=1.33,
set-algebra,
small-steps >=1.1,
text,
Expand Down
2 changes: 1 addition & 1 deletion eras/conway/impl/cardano-ledger-conway.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ library
deepseq,
microlens,
nothunks,
plutus-ledger-api ^>=1.33,
plutus-ledger-api >=1.33,
set-algebra,
small-steps >=1.1,
text,
Expand Down
2 changes: 1 addition & 1 deletion libs/cardano-ledger-binary/cardano-ledger-binary.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ library
network,
nothunks,
primitive,
plutus-ledger-api >=1.27.0 && <1.34.0,
plutus-ledger-api >=1.27.0,
recursion-schemes,
serialise,
tagged,
Expand Down

0 comments on commit 10c16b1

Please sign in to comment.