Skip to content

Commit

Permalink
Bump plutus Version to 1.40.0.0 (#35)
Browse files Browse the repository at this point in the history
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request)
GitHub action

---------

Co-authored-by: ramsay-t <[email protected]>
Co-authored-by: zeme <[email protected]>
  • Loading branch information
3 people authored Jan 29, 2025
1 parent 59b5fe2 commit 47d19ad
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 94 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-plutus-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Change Plutus Versions
run: |
CURRENT_DATE=$(date +"%Y-%m-%dT00:00:00Z")
CURRENT_DATE=$(date +"%Y-%m-%dT%H:%M:%SZ")
sed -i "s/\(hackage.haskell.org \).*\$/\1$CURRENT_DATE/" cabal.project
sed -i "s/\(cardano-haskell-packages \).*\$/\1$CURRENT_DATE/" cabal.project
Expand Down
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 2025-01-27T17:45:32Z
, hackage.haskell.org 2025-01-29T11:51:14Z
-- Bump this if you need newer packages from CHaP
, cardano-haskell-packages 2025-01-22T23:05:02Z
, cardano-haskell-packages 2025-01-29T11:51:14Z

packages:
./.
151 changes: 71 additions & 80 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.38.0.0
, plutus-ledger-api ^>=1.38.0.0
, plutus-tx ^>=1.38.0.0
, plutus-core ^>=1.40.0.0
, plutus-ledger-api ^>=1.40.0.0
, plutus-tx ^>=1.40.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.38.0.0
, plutus-ledger-api ^>=1.38.0.0
, plutus-tx ^>=1.38.0.0
, plutus-tx-plugin ^>=1.38.0.0
, plutus-core ^>=1.40.0.0
, plutus-ledger-api ^>=1.40.0.0
, plutus-tx ^>=1.40.0.0
, plutus-tx-plugin ^>=1.40.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.38.0.0
, plutus-ledger-api ^>=1.38.0.0
, plutus-tx ^>=1.38.0.0
, plutus-tx-plugin ^>=1.38.0.0
, plutus-core ^>=1.40.0.0
, plutus-ledger-api ^>=1.40.0.0
, plutus-tx ^>=1.40.0.0
, plutus-tx-plugin ^>=1.40.0.0
, scripts

0 comments on commit 47d19ad

Please sign in to comment.