Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump plutus Version to 1.40.0.0 #35

Merged
merged 2 commits into from
Jan 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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