@@ -78,8 +78,8 @@ library
7878 -- Other IOG dependencies
7979 --------------------------
8080 build-depends :
81- , cardano-api >= 1.35
82- , cardano-cli >= 1.35
81+ , cardano-api ^ >= 8.2
82+ , cardano-cli ^ >= 8.2
8383 , cardano-ledger-alonzo
8484 , cardano-ledger-babbage
8585 , cardano-ledger-core
@@ -118,7 +118,7 @@ executable plutus-example
118118 --------------------------
119119 -- Other IOG dependencies
120120 --------------------------
121- build-depends : cardano-api >= 1.35
121+ build-depends : cardano-api ^ >= 8.2
122122
123123 ------------------------
124124 -- Non-IOG dependencies
@@ -137,7 +137,7 @@ executable create-script-context
137137 -- Local components
138138 --------------------
139139 build-depends :
140- , cardano-api >= 1.35
140+ , cardano-api ^ >= 8.2
141141 , plutus-example
142142
143143 --------------------------
@@ -168,8 +168,8 @@ test-suite plutus-example-test
168168 -- Other IOG dependencies
169169 --------------------------
170170 build-depends :
171- , cardano-api :{cardano-api, gen} >= 1.35
172- , cardano-cli >= 1.35
171+ , cardano-api :{cardano-api, gen} ^ >= 8.2
172+ , cardano-cli ^ >= 8.2
173173 , cardano-ledger-alonzo
174174 , cardano-ledger-core
175175 , cardano-ledger-shelley
@@ -207,7 +207,7 @@ test-suite plutus-example-test
207207
208208 ghc-options : -threaded -rtsopts -with-rtsopts=-N -with-rtsopts=-T
209209 build-tool-depends :
210- , cardano-cli :cardano-cli >= 1.35
211- , cardano-node :cardano-node >= 1.35
212- , cardano-submit-api :cardano-submit-api >= 1.35
210+ , cardano-cli :cardano-cli ^ >= 8.2
211+ , cardano-node :cardano-node ^ >= 8.2
212+ , cardano-submit-api :cardano-submit-api ^ >= 8.2
213213 , plutus-example :create-script-context
0 commit comments