Skip to content

Commit

Permalink
fix shelley-ma / mary versions
Browse files Browse the repository at this point in the history
mary
 * bump to 1.2

shelley-ma
 * bump to 1.1.0.1
 * mary ^>=1.2

shelley-ma-test
 * bump to 1.2
 * mary (including testlib) ^>=1.2

alonzo test
 * mary ^>=1.2
 * shelley-ma-test ^>=1.2

babbage test
 * mary ^>=1.2

conway test
 * mary ^>=1.2
  • Loading branch information
Jared Corduan authored and JaredCorduan committed May 11, 2023
1 parent 31ebc9b commit 6db84a7
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions eras/alonzo/test-suite/cardano-ledger-alonzo-test.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ library
cardano-ledger-allegra ^>=1.1,
cardano-ledger-shelley:{cardano-ledger-shelley, testlib} ^>=1.2,
cardano-ledger-shelley-test ^>=1.1,
cardano-ledger-mary ^>=1.1,
cardano-ledger-shelley-ma-test ^>=1.1,
cardano-ledger-mary ^>=1.2,
cardano-ledger-shelley-ma-test ^>=1.2,
cardano-protocol-tpraos ^>=1.0,
cardano-slotting,
cardano-strict-containers,
Expand Down
2 changes: 1 addition & 1 deletion eras/babbage/test-suite/cardano-ledger-babbage-test.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ library
cardano-ledger-babbage ^>=1.2,
cardano-ledger-core:{cardano-ledger-core, testlib} ^>=1.2,
cardano-ledger-shelley-ma-test >=1.1,
cardano-ledger-mary ^>=1.1,
cardano-ledger-mary ^>=1.2,
cardano-ledger-shelley-test >=1.1,
cardano-ledger-shelley ^>=1.2,
cardano-strict-containers,
Expand Down
2 changes: 1 addition & 1 deletion eras/conway/test-suite/cardano-ledger-conway-test.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ library
cardano-ledger-conway:{cardano-ledger-conway, testlib} ^>=1.2,
cardano-ledger-core:{cardano-ledger-core, testlib} ^>=1.2,
cardano-ledger-allegra ^>=1.1,
cardano-ledger-mary ^>=1.1,
cardano-ledger-mary ^>=1.2,
cardano-ledger-shelley-ma-test >=1.1,
cardano-ledger-shelley-test >=1.1,
cardano-ledger-shelley >=1.1,
Expand Down
2 changes: 1 addition & 1 deletion eras/mary/impl/cardano-ledger-mary.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: cardano-ledger-mary
version: 1.1.1.0
version: 1.2.0.0
license: Apache-2.0
maintainer: operations@iohk.io
author: IOHK
Expand Down
4 changes: 2 additions & 2 deletions eras/shelley-ma/impl/cardano-ledger-shelley-ma.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: cardano-ledger-shelley-ma
version: 1.1.0.0
version: 1.1.0.1
license: Apache-2.0
maintainer: operations@iohk.io
author: IOHK
Expand Down Expand Up @@ -41,5 +41,5 @@ library
build-depends:
base >=4.14 && <4.17,
cardano-ledger-allegra ^>=1.1,
cardano-ledger-mary ^>=1.1,
cardano-ledger-mary ^>=1.2,
cardano-ledger-shelley ^>=1.2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: cardano-ledger-shelley-ma-test
version: 1.1.0.0
version: 1.2.0.0
license: Apache-2.0
maintainer: operations@iohk.io
author: IOHK
Expand Down Expand Up @@ -49,7 +49,7 @@ library
cardano-ledger-core:{cardano-ledger-core, testlib} >=1.0,
cardano-ledger-pretty,
cardano-ledger-allegra:{cardano-ledger-allegra, testlib} ^>=1.1,
cardano-ledger-mary:{cardano-ledger-mary, testlib} ^>=1.1,
cardano-ledger-mary:{cardano-ledger-mary, testlib} ^>=1.2,
cardano-slotting,
containers,
hashable,
Expand Down

0 comments on commit 6db84a7

Please sign in to comment.