Skip to content

Commit

Permalink
Release 1.40.0.0 (#6794)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsay-t authored Jan 29, 2025
1 parent c82046f commit 832e119
Show file tree
Hide file tree
Showing 15 changed files with 154 additions and 166 deletions.
16 changes: 8 additions & 8 deletions cardano-constitution/cardano-constitution.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ library
, base >=4.9 && <5
, containers
, filepath
, plutus-core ^>=1.39
, plutus-ledger-api ^>=1.39
, plutus-tx ^>=1.39
, plutus-tx-plugin ^>=1.39
, plutus-core ^>=1.40
, plutus-ledger-api ^>=1.40
, plutus-tx ^>=1.40
, plutus-tx-plugin ^>=1.40
, regex-tdfa
, safe
, template-haskell
Expand Down Expand Up @@ -132,10 +132,10 @@ test-suite cardano-constitution-test
, containers
, directory
, filepath
, plutus-core ^>=1.39
, plutus-core ^>=1.40
, plutus-core:plutus-core-testlib
, plutus-ledger-api ^>=1.39
, plutus-tx ^>=1.39
, plutus-ledger-api ^>=1.40
, plutus-tx ^>=1.40
, QuickCheck
, serialise
, tasty
Expand All @@ -160,4 +160,4 @@ executable create-json-envelope
, base
, cardano-api
, cardano-constitution
, plutus-ledger-api ^>=1.39
, plutus-ledger-api ^>=1.40
28 changes: 6 additions & 22 deletions doc/docusaurus/docusaurus-examples.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ library docusaurus-code

build-depends:
, base >=4.9 && <5
, plutus-core ^>=1.39
, plutus-ledger-api ^>=1.39
, plutus-tx ^>=1.39
, plutus-core ^>=1.40
, plutus-ledger-api ^>=1.40
, plutus-tx ^>=1.40

if !(impl(ghcjs) || os(ghcjs))
build-depends: plutus-tx-plugin ^>=1.39
build-depends: plutus-tx-plugin ^>=1.40

executable example-cip57
import: lang, ghc-version-support, os-support
Expand All @@ -55,21 +55,5 @@ executable example-cip57
build-depends:
, base ^>=4.18
, containers
, plutus-ledger-api ^>=1.39
, plutus-tx ^>=1.39

executable quickstart
import: lang, ghc-version-support, os-support
main-is: QuickStart.hs
hs-source-dirs: static/code
default-language: Haskell2010
other-modules: AuctionValidator
build-depends:
, base >=4.9 && <5
, base16-bytestring
, bytestring
, plutus-ledger-api ^>=1.39
, plutus-tx ^>=1.39

if !(impl(ghcjs) || os(ghcjs))
build-depends: plutus-tx-plugin ^>=1.39
, plutus-ledger-api ^>=1.40
, plutus-tx ^>=1.40
Loading

0 comments on commit 832e119

Please sign in to comment.