Skip to content

Commit

Permalink
Bump Plutus deps to 1.11. Bump cardano dependants for chap
Browse files Browse the repository at this point in the history
  • Loading branch information
bezirg committed Sep 4, 2023
1 parent 9e2f815 commit 63245ce
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 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-22T00:00:00Z
, cardano-haskell-packages 2023-08-26T00: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.9,
plutus-core ^>=1.9,
plutus-ledger-api ^>=1.11,
plutus-core ^>=1.11,
prettyprinter,
serialise,
set-algebra >=1.0,
Expand Down
4 changes: 2 additions & 2 deletions eras/alonzo/test-suite/cardano-ledger-alonzo-test.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: cardano-ledger-alonzo-test
version: 1.1.2.4
version: 1.1.2.5
license: Apache-2.0
maintainer: [email protected]
author: IOHK
Expand Down Expand Up @@ -66,7 +66,7 @@ library
data-default-class,
microlens,
plutus-tx,
plutus-ledger-api:{plutus-ledger-api, plutus-ledger-api-testlib} ^>=1.9,
plutus-ledger-api:{plutus-ledger-api, plutus-ledger-api-testlib} ^>=1.11,
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 @@ -71,7 +71,7 @@ library
deepseq,
microlens,
nothunks,
plutus-ledger-api ^>=1.9,
plutus-ledger-api ^>=1.11,
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 @@ -81,7 +81,7 @@ library
deepseq,
microlens,
nothunks,
plutus-ledger-api ^>=1.9,
plutus-ledger-api ^>=1.11,
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.

4 changes: 2 additions & 2 deletions libs/cardano-ledger-binary/cardano-ledger-binary.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: cardano-ledger-binary
version: 1.1.2.0
version: 1.1.2.1
license: Apache-2.0
maintainer: [email protected]
author: IOHK
Expand Down Expand Up @@ -67,7 +67,7 @@ library
network,
nothunks,
primitive,
plutus-ledger-api ^>=1.9,
plutus-ledger-api ^>=1.11,
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 @@ -117,7 +117,7 @@ library
nothunks,
plutus-core,
hspec,
plutus-ledger-api ^>=1.9,
plutus-ledger-api ^>=1.11,
prettyprinter,
QuickCheck,
small-steps,
Expand Down

0 comments on commit 63245ce

Please sign in to comment.