diff --git a/cabal.project b/cabal.project index ba95d05..dad53d4 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 2026-01-23T20:19:31Z + , hackage.haskell.org 2026-03-02T22:40:26Z -- Bump this if you need newer packages from CHaP - , cardano-haskell-packages 2026-01-24T11:25:12Z + , cardano-haskell-packages 2026-03-02T22:40:26Z packages: ./. diff --git a/flake.lock b/flake.lock index 63300de..aa0d316 100644 --- a/flake.lock +++ b/flake.lock @@ -3,11 +3,11 @@ "CHaP": { "flake": false, "locked": { - "lastModified": 1769256732, - "narHash": "sha256-znue7+L+Ew5IF8lPCVh0R/Mf8t0+/ybN+PqB+Rwbxh8=", + "lastModified": 1772495045, + "narHash": "sha256-sJpLp2hNC4eh7j8VY7iXYhydYECtoBQXK4w29oc+GCc=", "owner": "IntersectMBO", "repo": "cardano-haskell-packages", - "rev": "97361cfd2b1286aebac8d1143d28b8a2adcff02f", + "rev": "17fdbf5aa89292935ee7112ed96e5bab0a66fc9a", "type": "github" }, "original": { @@ -209,11 +209,11 @@ "hackage": { "flake": false, "locked": { - "lastModified": 1769249791, - "narHash": "sha256-3gaa2HuIftLvnGRHaSvVREirMWKrBKEdDR9fXN8Cy2E=", + "lastModified": 1772498013, + "narHash": "sha256-u1j4zZBnu4jQsUBf5NEY7r/SJgCNDcidmRAkxYeJZPw=", "owner": "input-output-hk", "repo": "hackage.nix", - "rev": "dfcd3e00c8c319075d27f8ef4a04c5a07b5ef470", + "rev": "185a6df48307399e65ea51eb2da22878ff411a15", "type": "github" }, "original": { diff --git a/plinth-template.cabal b/plinth-template.cabal index cd63b09..25f84d1 100644 --- a/plinth-template.cabal +++ b/plinth-template.cabal @@ -49,10 +49,10 @@ common plinth-options common plutus-deps build-depends: - , plutus-core ^>=1.57.0.0 - , plutus-ledger-api ^>=1.57.0.0 - , plutus-tx ^>=1.57.0.0 - , plutus-tx-plugin ^>=1.57.0.0 + , plutus-core ^>=1.59.0.0 + , plutus-ledger-api ^>=1.59.0.0 + , plutus-tx ^>=1.59.0.0 + , plutus-tx-plugin ^>=1.59.0.0 library plinth-validators import: plinth-options, plutus-deps