Skip to content

Commit

Permalink
Bump plutus Version to 1.36.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana authored and github-actions[bot] committed Oct 14, 2024
1 parent c4209eb commit 2df366c
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 31 deletions.
4 changes: 2 additions & 2 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ repository cardano-haskell-packages

index-state:
-- Bump both the following dates if you need newer packages from Hackage
, hackage.haskell.org 2024-10-08T00:00:00Z
, hackage.haskell.org 2024-10-14T00:00:00Z
-- Bump this if you need newer packages from CHaP
, cardano-haskell-packages 2024-10-08T00:00:00Z
, cardano-haskell-packages 2024-10-14T00:00:00Z

packages:
./.
36 changes: 18 additions & 18 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions plutus-tx-template.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ library scripts

build-depends:
, base
, plutus-core ^>=1.35.0.0
, plutus-ledger-api ^>=1.35.0.0
, plutus-tx ^>=1.35.0.0
, plutus-core ^>=1.36.0.0
, plutus-ledger-api ^>=1.36.0.0
, plutus-tx ^>=1.36.0.0

if !(impl(ghcjs) || os(ghcjs))
build-depends: plutus-tx-plugin
Expand All @@ -33,10 +33,10 @@ executable gen-auction-validator-blueprint
, base
, bytestring
, containers
, plutus-core ^>=1.35.0.0
, plutus-ledger-api ^>=1.35.0.0
, plutus-tx ^>=1.35.0.0
, plutus-tx-plugin ^>=1.35.0.0
, plutus-core ^>=1.36.0.0
, plutus-ledger-api ^>=1.36.0.0
, plutus-tx ^>=1.36.0.0
, plutus-tx-plugin ^>=1.36.0.0
, scripts

executable gen-minting-policy-blueprint
Expand All @@ -47,8 +47,8 @@ executable gen-minting-policy-blueprint
, base
, bytestring
, containers
, plutus-core ^>=1.35.0.0
, plutus-ledger-api ^>=1.35.0.0
, plutus-tx ^>=1.35.0.0
, plutus-tx-plugin ^>=1.35.0.0
, plutus-core ^>=1.36.0.0
, plutus-ledger-api ^>=1.36.0.0
, plutus-tx ^>=1.36.0.0
, plutus-tx-plugin ^>=1.36.0.0
, scripts

0 comments on commit 2df366c

Please sign in to comment.