Skip to content

Commit

Permalink
Use Pravega client version 0.5. (#55)
Browse files Browse the repository at this point in the history
Updated Pravega artifact version to 0.5.

Signed-off-by: Keshava Munegowda <keshava.munegowda@dell.com>
  • Loading branch information
kmgowda authored and RaulGracia committed Aug 16, 2019
1 parent 668de71 commit 1a41a75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ buildscript {

dependencies {

compile "io.pravega:pravega-client:0.4.0",
"io.pravega:pravega-common:0.4.0",
compile "io.pravega:pravega-client:0.5.0",
"io.pravega:pravega-common:0.5.0",
"commons-cli:commons-cli:1.3.1",
"org.apache.commons:commons-csv:1.5"

Expand Down

0 comments on commit 1a41a75

Please sign in to comment.