Skip to content

Commit

Permalink
raise lower bound on crypton-connection to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
larskuhtz committed Jun 30, 2024
1 parent 4d5533a commit 5085709
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chainweb.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ library
, chronos >= 1.1
, clock >= 0.7
, configuration-tools >= 0.6
, crypton-connection >= 0.2
, crypton-connection >= 0.4
, containers >= 0.5
, crypton >= 0.31
, cuckoo >= 0.3
Expand Down Expand Up @@ -565,7 +565,7 @@ test-suite chainweb-tests
, bytestring >= 0.10.12
, case-insensitive >= 1.2
, chainweb-storage >= 0.1
, crypton-connection >=0.2
, crypton-connection >=0.4
, containers >= 0.5
, crypton >= 0.31
, data-default >=0.7
Expand Down Expand Up @@ -753,7 +753,7 @@ executable cwtool
, chainweb-storage >= 0.1
, chronos >= 1.1
, configuration-tools >= 0.6
, crypton-connection >=0.2
, crypton-connection >=0.4
, containers >= 0.5
, crypton >= 0.31
, data-default >=0.7
Expand Down

0 comments on commit 5085709

Please sign in to comment.