This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated version of components to 1.0.0 with cardano-node (#560)
* Updated the cardano-node bundled with plutus-apps to v1.35.0 * Updated version of all components in their respective cabal files to 1.0.0
- Loading branch information
1 parent
fea6bab
commit 82febfa
Showing
1 changed file
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
cabal-version: 2.4 | ||
name: plutus-streaming | ||
version: 0.1.0.0 | ||
version: 1.0.0.0 | ||
author: Andrea Bedini | ||
maintainer: [email protected] | ||
extra-source-files: CHANGELOG.md | ||
|
@@ -33,8 +33,8 @@ library | |
exposed-modules: Plutus.Streaming | ||
build-depends: | ||
, async | ||
, base >=4.9 && <5 | ||
, cardano-api | ||
, base >=4.9 && <5 | ||
, cardano-api >=1.35 | ||
, ouroboros-network | ||
, stm | ||
, streaming | ||
|
@@ -49,10 +49,10 @@ executable plutus-streaming-example-1 | |
|
||
build-depends: | ||
, aeson | ||
, base >=4.9 && <5 | ||
, base >=4.9 && <5 | ||
, base16-bytestring | ||
, bytestring | ||
, cardano-api | ||
, cardano-api >=1.35 | ||
, optparse-applicative | ||
, plutus-streaming | ||
, streaming | ||
|
@@ -68,13 +68,13 @@ executable plutus-streaming-example-2 | |
|
||
build-depends: | ||
, aeson | ||
, base >=4.9 && <5 | ||
, base >=4.9 && <5 | ||
, base16-bytestring | ||
, bytestring | ||
, cardano-api | ||
, cardano-api >=1.35 | ||
, optparse-applicative | ||
, plutus-ledger | ||
, plutus-script-utils | ||
, plutus-ledger >=1.0.0 | ||
, plutus-script-utils >=1.0.0 | ||
, plutus-streaming | ||
, streaming | ||
|
||
|
@@ -88,11 +88,11 @@ executable plutus-streaming-example-3 | |
|
||
build-depends: | ||
, aeson | ||
, base >=4.9 && <5 | ||
, base >=4.9 && <5 | ||
, base16-bytestring | ||
, bytestring | ||
, cardano-api | ||
, cardano-api >=1.35 | ||
, optparse-applicative | ||
, plutus-chain-index-core | ||
, plutus-chain-index-core >=1.0.0 | ||
, plutus-streaming | ||
, streaming |