Skip to content
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
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-09-22T12:53:02Z
, hackage.haskell.org 2025-11-11T23:58:48Z
-- Bump this if you need newer packages from CHaP
, cardano-haskell-packages 2025-09-22T06:47:49Z
, cardano-haskell-packages 2025-11-12T10:41:14Z

packages:
./.
12 changes: 6 additions & 6 deletions flake.lock

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

8 changes: 4 additions & 4 deletions plinth-template.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ common plinth-options

common plutus-deps
build-depends:
, plutus-core ^>=1.54.0.0
, plutus-ledger-api ^>=1.54.0.0
, plutus-tx ^>=1.54.0.0
, plutus-tx-plugin ^>=1.54.0.0
, plutus-core ^>=1.55.0.0
, plutus-ledger-api ^>=1.55.0.0
, plutus-tx ^>=1.55.0.0
, plutus-tx-plugin ^>=1.55.0.0

library plinth-validators
import: plinth-options, plutus-deps
Expand Down