Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Updated version of components to 1.0.0 with cardano-node (#560)
Browse files Browse the repository at this point in the history
* 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
koslambrou authored Jul 6, 2022
1 parent fea6bab commit 82febfa
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions plutus-streaming/plutus-streaming.cabal
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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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

Expand All @@ -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

0 comments on commit 82febfa

Please sign in to comment.