Skip to content

Commit

Permalink
Merge pull request #3563 from input-output-hk/mpj/plutus-1.9
Browse files Browse the repository at this point in the history
Bump Plutus deps to 1.9
  • Loading branch information
lehins authored Jul 21, 2023
2 parents 91443dc + 42bfc4f commit 7fe591f
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ index-state:
-- Bump this if you need newer packages from Hackage
, hackage.haskell.org 2023-07-17T00:00:00Z
-- Bump this if you need newer packages from CHaP
, cardano-haskell-packages 2023-07-17T09:39:52Z
, cardano-haskell-packages 2023-07-22T00:00:00Z

packages:
eras/allegra/impl
Expand Down
4 changes: 2 additions & 2 deletions eras/alonzo/impl/cardano-ledger-alonzo.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ library
mtl,
microlens,
nothunks,
plutus-ledger-api ^>=1.8,
plutus-core ^>=1.8,
plutus-ledger-api ^>=1.9,
plutus-core ^>=1.9,
prettyprinter,
serialise,
set-algebra >=1.0,
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 @@ -66,7 +66,7 @@ library
data-default-class,
microlens,
plutus-tx,
plutus-ledger-api:{plutus-ledger-api, plutus-ledger-api-testlib} ^>=1.8,
plutus-ledger-api:{plutus-ledger-api, plutus-ledger-api-testlib} ^>=1.9,
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 @@ -70,7 +70,7 @@ library
deepseq,
microlens,
nothunks,
plutus-ledger-api ^>=1.8,
plutus-ledger-api ^>=1.9,
set-algebra,
small-steps,
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 @@ -80,7 +80,7 @@ library
deepseq,
microlens,
nothunks,
plutus-ledger-api ^>=1.8,
plutus-ledger-api ^>=1.9,
set-algebra,
small-steps,
text,
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.8,
plutus-ledger-api ^>=1.9,
recursion-schemes,
serialise,
tagged,
Expand Down
2 changes: 1 addition & 1 deletion libs/cardano-ledger-test/cardano-ledger-test.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ library
nothunks,
plutus-core,
hspec,
plutus-ledger-api ^>=1.8,
plutus-ledger-api ^>=1.9,
prettyprinter,
QuickCheck,
small-steps,
Expand Down

0 comments on commit 7fe591f

Please sign in to comment.