File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -141,6 +141,8 @@ allow-newer:
141141 , servant-openapi3 :*
142142 , katip :Win32
143143 , ekg-wai :time
144+ , plutus-core :cardano-crypto
145+ , cardano-wallet-read :cardano-crypto
144146constraints :
145147 base >= 4.18.2.0 && < 5
146148 , openapi3 >= 3.2.0
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ library
6060 , iproute
6161 , network
6262 , ordered-containers
63- , plutus-ledger-api :plutus-ledger-api-testlib
63+ , plutus-ledger-api :plutus-ledger-api-testlib >= 1.37.0.0 && < 1.38
6464 , QuickCheck
6565 , quickcheck-instances
6666 , random
Original file line number Diff line number Diff line change @@ -78,6 +78,8 @@ updates=(
7878 " ouroboros-network-protocols"
7979 " ouroboros-network"
8080 " typed-protocols"
81+ " plutus-core"
82+ " plutus-ledger-api"
8183)
8284
8385# for every update, get the version from the freeze file and update the cabal files
You can’t perform that action at this time.
0 commit comments