Skip to content

Commit

Permalink
Add 'DropList' to 'builtinsIntroducedIn'
Browse files Browse the repository at this point in the history
  • Loading branch information
effectfully committed Oct 29, 2024
1 parent ad25ce7 commit 41ea9b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plutus-ledger-api/src/PlutusLedgerApi/Common/Versions.hs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ builtinsIntroducedIn = Map.fromList [
]),
((PlutusV3, futurePV), Set.fromList [
ExpModInteger,
CaseList, CaseData
CaseList, CaseData,
DropList
])
]

Expand Down

0 comments on commit 41ea9b6

Please sign in to comment.