Skip to content

Commit

Permalink
Bump cardano-cli 8.21.0.0 and cardano-api to 8.42.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smelc committed Mar 26, 2024
1 parent 8b2f7c7 commit 4c54588
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bench/plutus-scripts-bench/plutus-scripts-bench.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ library
-- IOG dependencies
--------------------------
build-depends:
, cardano-api ^>= 8.39.3.0
, cardano-api ^>= 8.42.0.0
, plutus-ledger-api >=1.0.0
, plutus-tx >=1.0.0
, plutus-tx-plugin ^>=1.21
Expand Down
4 changes: 2 additions & 2 deletions bench/tx-generator/tx-generator.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ library
, attoparsec-aeson
, base16-bytestring
, bytestring
, cardano-api ^>= 8.39.3.0
, cardano-api ^>= 8.42.0.0
, cardano-binary
, cardano-cli ^>= 8.20.3.0
, cardano-cli ^>= 8.21.0.0
, cardano-crypto-class
, cardano-crypto-wrapper
, cardano-data
Expand Down
2 changes: 1 addition & 1 deletion cardano-node-chairman/cardano-node-chairman.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ test-suite chairman-tests
ghc-options: -threaded -rtsopts "-with-rtsopts=-N -T"

build-tool-depends: cardano-node:cardano-node
, cardano-cli:cardano-cli ^>= 8.20.3.0
, cardano-cli:cardano-cli ^>= 8.21.0.0
, cardano-node-chairman:cardano-node-chairman
2 changes: 1 addition & 1 deletion cardano-node/cardano-node.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ library
, async
, base16-bytestring
, bytestring
, cardano-api ^>= 8.39.3.0
, cardano-api ^>= 8.42.0.0
, cardano-crypto-class
, cardano-crypto-wrapper
, cardano-git-rev
Expand Down
4 changes: 2 additions & 2 deletions cardano-submit-api/cardano-submit-api.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ library
, aeson
, async
, bytestring
, cardano-api ^>= 8.39.3.0
, cardano-api ^>= 8.42.0.0
, cardano-binary
, cardano-cli ^>= 8.20.3.0
, cardano-cli ^>= 8.21.0.0
, cardano-crypto-class ^>= 2.1.2
, http-media
, iohk-monitoring
Expand Down
4 changes: 2 additions & 2 deletions cardano-testnet/cardano-testnet.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ library
build-depends: aeson
, ansi-terminal
, bytestring
, cardano-api ^>= 8.39.3.0
, cardano-cli ^>= 8.20.3.0
, cardano-api ^>= 8.42.0.0
, cardano-cli ^>= 8.21.0.0
, cardano-crypto-class
, cardano-crypto-wrapper
, cardano-git-rev
Expand Down

0 comments on commit 4c54588

Please sign in to comment.