Skip to content

Commit

Permalink
Bump network dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Unisay committed Jun 20, 2024
1 parent 1454108 commit df33751
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bench/locli/locli.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ library
, optparse-generic
, ouroboros-consensus
-- for Data.SOP.Strict:
, ouroboros-network ^>= 0.16
, ouroboros-network ^>= 0.16.1
, ouroboros-network-api
, process
, quiet
Expand Down
6 changes: 3 additions & 3 deletions bench/plutus-scripts-bench/plutus-scripts-bench.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ library
-- IOG dependencies
--------------------------
build-depends:
, cardano-api ^>= 8.48
, plutus-ledger-api >=1.30
, plutus-tx >=1.30
, cardano-api ^>=8.48
, plutus-ledger-api ^>=1.30
, plutus-tx ^>=1.30
, plutus-tx-plugin ^>=1.30

------------------------
Expand Down
4 changes: 2 additions & 2 deletions cardano-node/cardano-node.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ library
, ouroboros-consensus-cardano ^>= 0.17
, ouroboros-consensus-diffusion ^>= 0.17
, ouroboros-consensus-protocol
, ouroboros-network-api ^>= 0.7.1
, ouroboros-network ^>= 0.16
, ouroboros-network-api ^>= 0.7.3
, ouroboros-network ^>= 0.16.1
, ouroboros-network-framework
, ouroboros-network-protocols ^>= 0.9
, prettyprinter
Expand Down
2 changes: 1 addition & 1 deletion cardano-testnet/cardano-testnet.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ library
, network
, network-mux
, optparse-applicative-fork
, ouroboros-network ^>= 0.16
, ouroboros-network ^>= 0.16.1
, ouroboros-network-api
, prettyprinter
, process
Expand Down
2 changes: 1 addition & 1 deletion cardano-tracer/cardano-tracer.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ library
, filepath
, mime-mail
, optparse-applicative
, ouroboros-network ^>= 0.16
, ouroboros-network ^>= 0.16.1
, ouroboros-network-api
, ouroboros-network-framework
, signal
Expand Down
2 changes: 1 addition & 1 deletion trace-dispatcher/trace-dispatcher.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ library
, hostname
, network
, optparse-applicative-fork
, ouroboros-network ^>= 0.16
, ouroboros-network ^>= 0.16.1
, ouroboros-network-api
, ouroboros-network-framework
, serialise
Expand Down
2 changes: 1 addition & 1 deletion trace-forward/trace-forward.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ library
, deepseq
, extra
, io-classes
, ouroboros-network-api ^>= 0.7.1
, ouroboros-network-api ^>= 0.7.3
, ouroboros-network-framework
, serialise
, stm
Expand Down

0 comments on commit df33751

Please sign in to comment.