From f0a25761db71d0d993bbe5599da2dd2c0486614f Mon Sep 17 00:00:00 2001 From: Yura Lazaryev Date: Wed, 24 Jul 2024 10:22:21 +0200 Subject: [PATCH] Plutus 1.31 --- cabal.project | 4 ++-- flake.lock | 6 +++--- plutus-tx-template.cabal | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/cabal.project b/cabal.project index 86d9dee..1e937c2 100644 --- a/cabal.project +++ b/cabal.project @@ -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-06-05T00:00:00Z + , hackage.haskell.org 2024-07-24T04:55:20Z -- Bump this if you need newer packages from CHaP - , cardano-haskell-packages 2024-06-05T00:00:00Z + , cardano-haskell-packages 2024-07-24T06:25:44Z packages: ./. diff --git a/flake.lock b/flake.lock index bafd2cb..50a7643 100644 --- a/flake.lock +++ b/flake.lock @@ -3,11 +3,11 @@ "CHaP": { "flake": false, "locked": { - "lastModified": 1717532272, - "narHash": "sha256-V7JXGPxd6gwB7YVeZGtikI+Xjfowi8tZRQPcLQFPRJM=", + "lastModified": 1721803224, + "narHash": "sha256-kjBVmqdjt5onPXk7Gbv8/QgvfJxe4Tz8wAEZdlEdCnY=", "owner": "IntersectMBO", "repo": "cardano-haskell-packages", - "rev": "8cc5e017d80016c00a48248cdb5dc5274f7a5bfa", + "rev": "4098755b40d8f09cc8ca2af9997d86e8609acd83", "type": "github" }, "original": { diff --git a/plutus-tx-template.cabal b/plutus-tx-template.cabal index 71f300a..fca6c0e 100644 --- a/plutus-tx-template.cabal +++ b/plutus-tx-template.cabal @@ -17,10 +17,10 @@ executable plutus-tx-template , base , base16-bytestring , bytestring - , plutus-core ^>=1.29.0.0 - , plutus-ledger-api ^>=1.29.0.0 - , plutus-tx ^>=1.29.0.0 - , plutus-tx-plugin ^>=1.29.0.0 + , plutus-core ^>=1.31 + , plutus-ledger-api ^>=1.31 + , plutus-tx ^>=1.31 + , plutus-tx-plugin ^>=1.31 , text , time